Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.CostManagement to add ve…
Browse files Browse the repository at this point in the history
…rsion stable/2021-10-01 (#17354)

* removing the mutable property

* Missing properties

Co-authored-by: Mita Garg <v-migarg@microsoft.com>
  • Loading branch information
mitagarg and Mita Garg committed Jan 22, 2022
1 parent a4def98 commit 150b17f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -650,11 +650,7 @@
"sasToken": {
"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.",
"type": "string",
"x-ms-secret": true,
"x-ms-mutability": [
"create",
"update"
]
"x-ms-secret": true
},
"storageAccount": {
"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.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2164,6 +2164,11 @@
"description": "A Cost management REST API operation.",
"type": "object",
"properties": {
"id": {
"description": "Operation id: {provider}/{resource}/{operation}.",
"type": "string",
"readOnly": true
},
"name": {
"description": "Operation name: {provider}/{resource}/{operation}.",
"type": "string",
Expand All @@ -2187,6 +2192,11 @@
"description": "Operation type: Read, write, delete, etc.",
"type": "string",
"readOnly": true
},
"description": {
"description": "Operation description",
"type": "string",
"readOnly": true
}
}
}
Expand Down

0 comments on commit 150b17f

Please sign in to comment.