Skip to content

Commit

Permalink
CodeGen from PR 16214 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[Hub Generated] Review request for Microsoft.Cache to add version stable/2020-12-01 (#16214)

* s360 swagger correctness issue fix

* Correcting description of staticIP

Co-authored-by: Praveenkumar Ravikumar <prravikumar@microsoft.com>
  • Loading branch information
SDKAuto and Praveenkumar Ravikumar committed Oct 1, 2021
1 parent f13992c commit 2cb2246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schemas/2020-06-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network."
"description": "Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default."
},
"subnetId": {
"oneOf": [
Expand Down
2 changes: 1 addition & 1 deletion schemas/2020-12-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network."
"description": "Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default."
},
"subnetId": {
"oneOf": [
Expand Down

0 comments on commit 2cb2246

Please sign in to comment.