Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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