Skip to content

Commit

Permalink
CodeGen from PR 16317 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Modify module-name released (#16317)

* add resourcemanager and add repo for go track2

* add resourcemanager

* fix other
  • Loading branch information
SDKAuto committed Oct 9, 2021
1 parent 29ac59e commit 3b0f53a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions schemas/2020-06-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@
"enableNonSslPort": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -505,7 +506,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
5 changes: 3 additions & 2 deletions schemas/2020-12-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@
"enableNonSslPort": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -520,7 +521,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 3b0f53a

Please sign in to comment.