Skip to content

Commit

Permalink
Swagger correctness fix : add zonal-configuration property (Azure#17448)
Browse files Browse the repository at this point in the history
Co-authored-by: Priyankar Gupta <priyagupta@microsoft.com>
  • Loading branch information
2 people authored and mstrisoline committed Feb 1, 2022
1 parent 07d075f commit 87d6ba6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1877,6 +1877,11 @@
"type": "string",
"description": "Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS",
"readOnly": true
},
"zonal-configuration": {
"type": "string",
"description": "Zonal Configuration",
"readOnly": true
}
},
"additionalProperties": {},
Expand Down

0 comments on commit 87d6ba6

Please sign in to comment.