Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Cache to add version sta…
Browse files Browse the repository at this point in the history
…ble/2020-12-01 (#16214)

* s360 swagger correctness issue fix

* Correcting description of staticIP

Co-authored-by: Praveenkumar Ravikumar <prravikumar@microsoft.com>
  • Loading branch information
gorandom and Praveenkumar Ravikumar committed Oct 1, 2021
1 parent bd288be commit 7d6151a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,11 @@
"staticIP": {
"type": "string",
"pattern": "^\\d+\\.\\d+\\.\\d+\\.\\d+$",
"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.",
"x-ms-mutability": [
"read",
"create"
]
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1947,7 +1947,11 @@
"staticIP": {
"type": "string",
"pattern": "^\\d+\\.\\d+\\.\\d+\\.\\d+$",
"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.",
"x-ms-mutability": [
"read",
"create"
]
}
},
"required": [
Expand Down

0 comments on commit 7d6151a

Please sign in to comment.