Skip to content

Commit bddb999

Browse files
author
msftbot[bot]
authored
[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)
Create to sync Azure/azure-rest-api-specs#19566 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/redis?expand=1)
2 parents bf511e5 + fc239b6 commit bddb999

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

schemas/2020-12-01/Microsoft.Cache.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,10 @@
363363
],
364364
"description": "Unmatched properties from the message are deserialized this collection"
365365
},
366+
"aof-backup-enabled": {
367+
"type": "string",
368+
"description": "Specifies whether the aof backup is enabled"
369+
},
366370
"aof-storage-connection-string-0": {
367371
"type": "string",
368372
"description": "First storage account connection string"
@@ -371,6 +375,10 @@
371375
"type": "string",
372376
"description": "First storage account connection string"
373377
},
378+
"authnotrequired": {
379+
"type": "string",
380+
"description": "Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view."
381+
},
374382
"maxfragmentationmemory-reserved": {
375383
"type": "string",
376384
"description": "Value in megabytes reserved for fragmentation per shard"

schemas/2021-06-01/Microsoft.Cache.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,10 @@
415415
],
416416
"description": "Unmatched properties from the message are deserialized this collection"
417417
},
418+
"aof-backup-enabled": {
419+
"type": "string",
420+
"description": "Specifies whether the aof backup is enabled"
421+
},
418422
"aof-storage-connection-string-0": {
419423
"type": "string",
420424
"description": "First storage account connection string"
@@ -423,6 +427,10 @@
423427
"type": "string",
424428
"description": "First storage account connection string"
425429
},
430+
"authnotrequired": {
431+
"type": "string",
432+
"description": "Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view."
433+
},
426434
"maxfragmentationmemory-reserved": {
427435
"type": "string",
428436
"description": "Value in megabytes reserved for fragmentation per shard"

0 commit comments

Comments
 (0)