Skip to content

Commit 866a33a

Browse files
mitagargMita Garg
authored andcommitted
[Hub Generated] Review request for Microsoft.CostManagement to add version stable/2021-10-01 (Azure#17354)
* removing the mutable property * Missing properties Co-authored-by: Mita Garg <v-migarg@microsoft.com>
1 parent 95e2ae5 commit 866a33a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/costmanagement.exports.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -650,11 +650,7 @@
650650
"sasToken": {
651651
"description": "A SAS token for the storage account. For a restricted set of Azure customers this together with storageAccount can be specified instead of resourceId. Note: the value returned by the API for this property will always be obfuscated. Returning this same obfuscated value will not result in the SAS token being updated. To update this value a new SAS token must be specified.",
652652
"type": "string",
653-
"x-ms-secret": true,
654-
"x-ms-mutability": [
655-
"create",
656-
"update"
657-
]
653+
"x-ms-secret": true
658654
},
659655
"storageAccount": {
660656
"description": "The storage account where exports will be uploaded. For a restricted set of Azure customers this together with sasToken can be specified instead of resourceId.",

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/costmanagement.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,6 +2164,11 @@
21642164
"description": "A Cost management REST API operation.",
21652165
"type": "object",
21662166
"properties": {
2167+
"id": {
2168+
"description": "Operation id: {provider}/{resource}/{operation}.",
2169+
"type": "string",
2170+
"readOnly": true
2171+
},
21672172
"name": {
21682173
"description": "Operation name: {provider}/{resource}/{operation}.",
21692174
"type": "string",
@@ -2187,6 +2192,11 @@
21872192
"description": "Operation type: Read, write, delete, etc.",
21882193
"type": "string",
21892194
"readOnly": true
2195+
},
2196+
"description": {
2197+
"description": "Operation description",
2198+
"type": "string",
2199+
"readOnly": true
21902200
}
21912201
}
21922202
}

0 commit comments

Comments
 (0)