зеркало из
1
0
Форкнуть 0

config azure_mgmt_confluent:v0.17.0

This commit is contained in:
Kai Ru 2021-02-02 11:02:26 +08:00
Родитель 7899f9f3d2
Коммит 0102c411fc
6 изменённых файлов: 36 добавлений и 9 удалений

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

@ -1,3 +1,8 @@
## 2021.02.02 - Azure Ruby SDK Release
* Released the following SDKs
- azure_mgmt_confluent - v0.17.0
- azure_sdk - v0.69.0
## 2020.12.30 - Azure Ruby SDK Release
* Released the following SDKs
- azure_mgmt_iot_central - v0.19.3

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

@ -1,13 +1,6 @@
{
"management": [
"azure_mgmt_iot_central",
"azure_mgmt_container_service",
"azure_mgmt_netapp",
"azure_mgmt_hdinsight",
"azure_mgmt_synapse",
"azure_mgmt_recovery_services",
"azure_mgmt_cdn",
"azure_mgmt_network"
"azure_mgmt_confluent"
],
"rollup": [
"azure_sdk"

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

@ -1,6 +1,6 @@
{
"rollup": {
"azure_sdk": "0.68.0"
"azure_sdk": "0.69.0"
},
"data": {
"azure_cognitiveservices_anomalydetector": "0.17.1",
@ -53,6 +53,7 @@
"azure_mgmt_cognitive_services": "0.19.3",
"azure_mgmt_commerce": "0.17.2",
"azure_mgmt_compute": "0.20.0",
"azure_mgmt_confluent": "0.17.0",
"azure_mgmt_consumption": "0.18.1",
"azure_mgmt_container_instance": "0.17.6",
"azure_mgmt_container_registry": "0.18.5",

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

@ -445,6 +445,13 @@
"tag": "package-compute-2015-06"
}
},
"azure_mgmt_confluent": {
"azure_mgmt_confluent_2020_03_01": {
"markdown": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/7b3e3d4e09b727489a3181f1d68586cd304b6437/specification/confluent/resource-manager/readme.md",
"namespace": "Azure::Confluent::Mgmt::V2020_03_01",
"tag": "package-2020-03-01"
}
},
"azure_mgmt_consumption": {
"azure_mgmt_consumption_2019_10_01": {
"markdown": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/cd4354e21b0dd77cf3800823065a7cfa4de2da95/specification/consumption/resource-manager/readme.md",

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

@ -139,6 +139,13 @@
"module_require": "azure_mgmt_compute"
}
},
"Microsoft.Confluent": {
"management": {
"path": "management/azure_mgmt_confluent",
"namespace": "Azure::Confluent::Mgmt",
"module_require": "azure_mgmt_confluent"
}
},
"Microsoft.Consumption": {
"management": {
"path": "management/azure_mgmt_consumption",

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

@ -1419,6 +1419,20 @@
"individual_gem_profile": true
}
],
"azure_mgmt_confluent": [
{
"name": "Latest",
"resourceTypes": {
"Microsoft.Confluent" : {
"management": {
"2020-03-01": ["*"]
}
}
},
"output_dir": "management/azure_mgmt_confluent/lib/profiles",
"individual_gem_profile": true
}
],
"azure_mgmt_consumption": [
{
"name": "Latest",