Skip to content

Commit

Permalink
Swagger correctness fix : add zonal-configuration property (#17448)
Browse files Browse the repository at this point in the history
Co-authored-by: Priyankar Gupta <[email protected]>
  • Loading branch information
priyankarking and Priyankar Gupta authored Jan 27, 2022
1 parent e5a0d0d commit 75b53c0
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 75b53c0

Please sign in to comment.