Sarangan Rajamanickam редактировал(а) эту страницу 2016-12-08 13:36:58 -08:00
New developers who would like to contribute to azure-sdk-for-ruby should be aware of the following repositories.
Azure SDK for Ruby - ARM - This is the repository that consists of the source code for Azure SDK for ruby. This is the latest repository and has all the active work done. Almost all the code within this repository has been autogenerated.
Azure SDK for Ruby - ASM - This is the repository that consists of the old model (i.e. before ARM) of source code for Azure SDK for ruby. The code within this repository has been hand-written. We do provide support for this repository. But, there is no active development efforts here.
Autorest - The autorest repository is responsible for generating azure-sdk-for-ruby from the provided swagger files.
Azure REST API Specs - This repository holds all the swagger files which are used as input for the SDK generation.
Azure Storage Ruby - This repository has the source for Azure Storage gem and is being maintained seperately.
In addition to the above repositories, it would be useful for the new developers to know about the following repositories.