From 49b3e6f937c4a0a26ed057f0578a04238ee9e15d Mon Sep 17 00:00:00 2001 From: Kai Ru Date: Fri, 26 Feb 2021 15:00:08 +0800 Subject: [PATCH] config azure_mgmt_cosmosdb:v0.24.0 --- ChangeLog.md | 1 + config/GEMS_TO_RELEASE | 1 + config/GEM_VERSIONS | 2 +- config/config.json | 5 +++++ config/profiles.json | 3 +-- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5930d68a9..282f12013 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,5 @@ ## 2021.02.26 - Azure Ruby SDK Release + - azure_mgmt_cosmosdb - v0.24.0 - azure_mgmt_storagecache - v0.19.1 - azure_mgmt_media_services - v0.21.1 - azure_mgmt_netapp - v0.23.0 diff --git a/config/GEMS_TO_RELEASE b/config/GEMS_TO_RELEASE index 226696a41..cb8580dcf 100644 --- a/config/GEMS_TO_RELEASE +++ b/config/GEMS_TO_RELEASE @@ -1,5 +1,6 @@ { "management": [ + "azure_mgmt_cosmosdb", "azure_mgmt_storagecache", "azure_mgmt_media_services", "azure_mgmt_netapp", diff --git a/config/GEM_VERSIONS b/config/GEM_VERSIONS index 4e938ee2b..e7225beb9 100644 --- a/config/GEM_VERSIONS +++ b/config/GEM_VERSIONS @@ -58,7 +58,7 @@ "azure_mgmt_container_instance": "0.18.0", "azure_mgmt_container_registry": "0.18.5", "azure_mgmt_container_service": "0.22.0", - "azure_mgmt_cosmosdb": "0.23.1", + "azure_mgmt_cosmosdb": "0.24.0", "azure_mgmt_cost_management": "0.17.1", "azure_mgmt_customer_insights": "0.17.3", "azure_mgmt_databox": "0.17.1", diff --git a/config/config.json b/config/config.json index deaea6f8d..b62c6e59b 100644 --- a/config/config.json +++ b/config/config.json @@ -825,6 +825,11 @@ } }, "azure_mgmt_cosmosdb": { + "azure_mgmt_cosmosdb_2021_01_15": { + "markdown": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/9cee82c90c9c188dda3cf33a9816bdcdb395f00a/specification/cosmos-db/resource-manager/readme.md", + "namespace": "Azure::Cosmosdb::Mgmt::V2021_01_15", + "tag": "package-2021-01" + }, "azure_mgmt_cosmosdb_2015_04_08": { "markdown": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/86796b0f17d82b046fddbc7cce463a159774f6d6/specification/cosmos-db/resource-manager/readme.md", "namespace": "Azure::Cosmosdb::Mgmt::V2015_04_08", diff --git a/config/profiles.json b/config/profiles.json index 3b85e1826..be9915d1d 100644 --- a/config/profiles.json +++ b/config/profiles.json @@ -1501,8 +1501,7 @@ "resourceTypes": { "Microsoft.Cosmosdb": { "management": { - "2020-09-01": ["*"], - "2019-08-01-preview": ["*"] + "2021-01-15": ["*"] } } },