Skip to content
Open
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
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/storage/resource-manager/Microsoft.Storage/stable/2025-01-01/storage.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Your service description will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"title": "StorageManagementClient",
Expand Down Expand Up @@ -3479,11 +3479,11 @@
"items": {
"type": "string"
},
"description": "Optional. Gets or sets the pinned logical availability zone for the storage account."
"description": "Optional. Sets the pinned logical availability zone for the storage account."
},
"placement": {
"$ref": "#/definitions/Placement",
"description": "Optional. Gets or sets the zonal placement details for the storage account."
"description": "Optional. Sets the zonal placement details for the storage account. On create, if 'zonePlacementPolicy' is provided, 'zones' must not be included."
},
"tags": {
"type": "object",
Expand Down Expand Up @@ -4243,11 +4243,11 @@
"items": {
"type": "string"
},
"description": "Optional. Gets or sets the pinned logical availability zone for the storage account."
"description": "Optional. Gets the pinned logical availability zone for the storage account."
},
"placement": {
"$ref": "#/definitions/Placement",
"description": "Optional. Gets or sets the zonal placement details for the storage account."
"description": "Optional. Gets the zonal placement details for the storage account."
},
"properties": {
"x-ms-client-flatten": true,
Expand Down Expand Up @@ -4553,7 +4553,7 @@
},
"placement": {
"$ref": "#/definitions/Placement",
"description": "Optional. Gets or sets the zonal placement details for the storage account."
"description": "Optional. Gets or sets the zonal placement details for the storage account. On update, if 'zones' is provided, then 'zonePlacementPolicy' must not be set to 'None'. It may be 'Any' or null."
}
},
"description": "The parameters that can be provided when updating the storage account properties."
Expand Down