Skip to content

Commit

Permalink
CodeGen from PR 19566 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 13083e25dd51253210982ebf77ccbc4b83c7dd1d into 807be3531d94f102314595541ba826c64e69b3b6
  • Loading branch information
SDKAuto committed Jun 24, 2022
1 parent 82a50b9 commit d4bfd90
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schemas/2020-12-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,10 @@
],
"description": "Unmatched properties from the message are deserialized this collection"
},
"aof-backup-enabled": {
"type": "string",
"description": "Specifies whether the aof backup is enabled"
},
"aof-storage-connection-string-0": {
"type": "string",
"description": "First storage account connection string"
Expand All @@ -371,6 +375,10 @@
"type": "string",
"description": "First storage account connection string"
},
"authnotrequired": {
"type": "string",
"description": "Specifies whether the authentication is disabled."
},
"maxfragmentationmemory-reserved": {
"type": "string",
"description": "Value in megabytes reserved for fragmentation per shard"
Expand Down
8 changes: 8 additions & 0 deletions schemas/2021-06-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,10 @@
],
"description": "Unmatched properties from the message are deserialized this collection"
},
"aof-backup-enabled": {
"type": "string",
"description": "Specifies whether the aof backup is enabled"
},
"aof-storage-connection-string-0": {
"type": "string",
"description": "First storage account connection string"
Expand All @@ -423,6 +427,10 @@
"type": "string",
"description": "First storage account connection string"
},
"authnotrequired": {
"type": "string",
"description": "Specifies whether the authentication is disabled."
},
"maxfragmentationmemory-reserved": {
"type": "string",
"description": "Value in megabytes reserved for fragmentation per shard"
Expand Down

0 comments on commit d4bfd90

Please sign in to comment.