Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ReleasePR redis] [Hub Generated] Review request for Microsoft.Cache to add aof-backup-enabled and authnotrequired configs in version stable/2020-12-01 and stable/2021-06-01 #2449

Merged
1 commit merged into from
Jul 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. Setting this property is highly discouraged from security point of view."
},
"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. Setting this property is highly discouraged from security point of view."
},
"maxfragmentationmemory-reserved": {
"type": "string",
"description": "Value in megabytes reserved for fragmentation per shard"
Expand Down