Releases: Azure/azure-sdk-for-ruby
ARM-0.14.0
2017.10.09 - Azure ARM version 0.14.0
* Regened all azure_mgmt_* sdks using Autorest.2.0.4147(core) and Autorest.Ruby.2.0.17 for release of ARM version 0.14.0
* Added new gems:
- azure_mgmt_automation
- azure_mgmt_billing
- azure_mgmt_consumption
- azure_mgmt_container_instance
- azure_mgmt_customer_insights
- azure_mgmt_event_grid
- azure_mgmt_links
- azure_mgmt_managed_applications
- azure_mgmt_marketplace_ordering
- azure_mgmt_operational_insights
- azure_mgmt_recovery_services_site_recovery
- azure_mgmt_relay
- azure_mgmt_resources_management
- azure_mgmt_service_fabric
- azure_mgmt_stor_simple8000_series
ARM-0.13.0
2017.09.28 - Azure Container Registry version 0.13.0
- Released azure_mgmt_container_registry version 0.13.0. Refer PR# 1007 and latest specification for further details.
ARM-0.12.0
2017.09.11 - Azure ARM version 0.12.0
- Regened all azure_mgmt_* sdks using AutoRest 1.9.3 for release of ARM version 0.12.0
- Updated all azure_mgmt_* sdks to use ms_rest_azure version 0.9.0 to include MSI based authentication
- Skipped generation of
azure_mgmt_traffic_manager
due to Azure/autorest.ruby#7 - Skipped generation of
azure_mgmt_web
due to #957
ms_rest_azure-v0.9.0
2017.09.11 ms_rest_azure version 0.9.0
- [Breaking Change] Managed Service Identity authentication to acquire token does not require
tenant_id
.Issue #930 PR #931
azure-v0.7.10
Source: https://github.com/Azure/azure-sdk-for-ruby/tree/asm
2017.09.07 - Azure Gems @Version 0.7.10
- This version is released to fix the dependency issue on nokogiri. #946
ms_rest_azure-v0.8.2
2017.08.28 ms_rest_azure version 0.8.2
- Enable Managed Service Identity authentication features into ms_rest_azure runtime for azure_mgmt_* sdks.Issue #884 PR #889
ms_rest-v0.7.1
2017.07.27 ms_rest version 0.7.1
- [Bug Fix] Modified to_json logic in JSONable module to handle 'mapper' & 'object' options.PR #860
ARM-0.11.0
2017.07.19 - Azure ARM version 0.11.0
- Regened all azure_mgmt_* sdks using AutoRest.1.2.2.0 for release of ARM version 0.11.0
- Updated azure_mgmt_analysis_services
- Replaced configuration object with uri string
- Added new endpoint to read skus and removed hard coded sku values.Refer latest specification
- Updated [azure_mgmt_batch] (https://rubygems.org/gems/azure_mgmt_batch) to latest API version 2017-05-01. Refer latest specification for further details.
- Updated azure_mgmt_cognitive_services to latest API version 2017-04-18. Refer latest specification for further details.
- Updated azure_mgmt_compute to latest API version 2017-03-30. Refer latest specification for further details.
- Updated azure_mgmt_devtestlabs with new properties for virtual machine creation, introduced new resource models, removed existing resource models. Refer latest specification for further details.
- Updated azure_mgmt_event_hub to latest API version 2017-04-01. Refer latest specification for further details.
- Replaced azure_mgmt_insights with new gem azure_mgmt_monitor
- Updated azure_mgmt_iot_hub to latest API version 2017-01-19. Refer latest specification for further details.
- Updated azure_mgmt_key_vault to latest API version 2016-10-01. Refer latest specification for further details.
- Updated azure_mgmt_logic that several model names have been modified. Refer latest specification for further details.
- Updated azure_mgmt_machine_learning to latest API version 2017-01-01. Refer latest specification for further details.
- Updated azure_mgmt_network to latest API version 2017-06-01. Refer latest specification for further details.
- Updated azure_mgmt_notification_hubs to latest API version 2017-04-01. Refer latest specification for further details.
- Updated azure_mgmt_recovery_services to latest API version 2016-12-01. Refer latest specification for further details.
- Updated azure_mgmt_redis to latest API version 2017-02-01. Refer latest specification for further details.
- Updated azure_mgmt_resources to latest API version 2017-05-10. Refer latest specification for further details.
- Updated azure_mgmt_service_bus to latest API version 2017-04-01. Refer latest specification for further details.
- Updated azure_mgmt_sql. Removed blob auditing policies, threat detection policies, etc. Refer latest specification for full list of changes.
- Updated azure_mgmt_storage to latest API version 2017-06-01. Refer latest specification for further details.
- Released azure_mgmt_stream_analytics gem.
- Updated azure_mgmt_subscriptions and removed tenant id from the subscriptions model. Refer PR #1147 for further details.
- Updated azure_mgmt_traffic_manager to latest API version 2017-05-01. Refer latest specification for further details.
- Updated azure_mgmt_web and renamed several models and properties, updated webapps API to latest version and modified operation IDs. Refer latest specification for further details.
ms_rest_azure-v0.8.1
2017.07.10 ms_rest_azure version 0.8.1
- [Bug Fix] Fixed the issue with the polling status object to handle the response code and provisioning status correctly.Issue #817 PR #828
ms_rest_azure-v0.8.0
2017.02.06 ms_rest_azure version 0.7.0
- [Breaking Change] Correcting typo in
storage_endpoint_suffix
key for azure environments Issue #603 PR #604 - [Breaking Change] Handling custom deserialization block in
MsRestAzure::AzureServiceClient.update_state_from_azure_async_operation_header
PR #656 - Adding
resource_group
property on MsRestAzure::Resource to be populated with Azure resource group name when available fromid
Issue 340 PR #620 - Deriving
MsREstAzure::Resource
fromMsRestAzure::SubResource
to shareid
property PR #663