Azure Sdk For Ruby Versions Save

Ruby SDK for Azure Resource Manager: build and manage your Azure cloud infrastructure (Compute, Virtual Networks, Storage, etc...) using Ruby.

ms_rest_azure-v0.8.2

6 years ago

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

6 years ago

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

ms_rest_azure-v0.10.0

6 years ago

2017.11.10 ms_rest_azure version 0.10.0

  • Modified portal URLs for Azure cloud environments. Refer PR #1106 for further details.
  • [Breaking Change] Removed Resource and SubResource classes. Refer PR #1106 for further details.
  • Added Configurable and Default classes to be used by the profile gems. Refer PR #1111 for further details.

ms_rest-v0.7.2

6 years ago

2017.11.10 ms_rest version 0.7.2

[Enhancement] Added code to check & validate the constraints on the model. Refer PR #1119 for more details.

ms_rest_azure-v0.9.0

6 years ago

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

ARM-0.12.0

6 years ago

2017.09.11 - Azure ARM version 0.12.0

azure-v0.7.10

6 years ago

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

ARM-0.11.0

6 years ago

2017.07.19 - Azure ARM version 0.11.0

ms_rest_azure-v0.8.1

6 years ago

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

6 years ago

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 from id Issue 340 PR #620
  • Deriving MsREstAzure::Resource from MsRestAzure::SubResource to share id property PR #663