зеркало из
1
0
Форкнуть 0
This commit is contained in:
Vishrut Shah 2017-09-11 13:08:47 -07:00
Родитель 3afe189892
Коммит 7ec3b0b608
2 изменённых файлов: 15 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,10 @@
## 2017.09.11 - Azure ARM version 0.12.0
* Regened all azure_mgmt_* sdks using [AutoRest 1.9.3](https://www.npmjs.com/package/@microsoft.azure/autorest.ruby) for release of ARM version 0.12.0
* Updated all azure_mgmt_* sdks to use [ms_rest_azure version 0.9.0](https://rubygems.org/gems/ms_rest_azure/versions/0.9.0) to include MSI based authentication
* **Skipped** generation of `azure_mgmt_traffic_manager` due to https://github.com/Azure/autorest.ruby/pull/7
* **Skipped** generation of `azure_mgmt_web` due to https://github.com/Azure/azure-sdk-for-ruby/issues/957
## 2017.07.19 - Azure ARM version 0.11.0
* Regened all azure_mgmt_* sdks using [AutoRest.1.2.2.0](https://github.com/Azure/autorest/tree/v1.2.2) for release of ARM version 0.11.0

Просмотреть файл

@ -146,6 +146,14 @@ bundle install
Running the command ``yard`` will generate the API documentation in the `./doc` directory.
### Re-Gen all azure_mgmt_* SDKs
Follow the steps below to regenerate all the azure_mgmt_* sdks using [autorest.ruby](https://github.com/Azure/autorest.ruby) generator:
1. Install [Node.js](https://nodejs.org/en/) version `7.10.0` or greater
2. Install autorest using `npm install -g autorest`
3. Run `bundle install` in the root directory of the project
4. Run `rake arm:regen` task to regenerate all the management SDKs
## Provide Feedback
If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/Azure/azure-sdk-for-ruby/issues) section of the project. Please make sure to label the