Skip to content
Merged
Changes from 1 commit
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 @@ -17895,6 +17895,26 @@
},
"x-ms-discriminator-value": "New"
},
"NewStorageAccount": {
"description": "New storage account input.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/StorageAccountCustomDetails"
}
],
"properties": {
"azureStorageAccountResourceGroupName": {
"description": "The name of the resource group to be used to create the storage account. If absent, cache storage account would be created in the same resource group as vault.",
"type": "string"
},
"azureStorageAccountName": {
"description": "The storage account name.",
"type": "string"
}
},
"x-ms-discriminator-value": "New"
},
"OperationsDiscovery": {
"description": "Operations discovery class.",
"type": "object",
Expand Down