Skip to content

Commit 4a7af0d

Browse files
authored
Update 2023-05-01-preview version with changes from 2023-04-01 version. (#23835)
1 parent a7c1c7c commit 4a7af0d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/examples/RedisCacheExport.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"parameters": {
88
"format": "RDB",
99
"prefix": "datadump1",
10-
"container": "https://contosostorage.blob.core.window.net/urltoBlobContainer?sasKeyParameters"
10+
"container": "https://contosostorage.blob.core.window.net/urltoBlobContainer?sasKeyParameters",
11+
"storage-subscription-id": "storageSubId"
1112
}
1213
},
1314
"responses": {

specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/examples/RedisCacheImport.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"format": "RDB",
99
"files": [
1010
"http://fileuris.contoso.com/pathtofile1"
11-
]
11+
],
12+
"storage-subscription-id": "storageSubId"
1213
}
1314
},
1415
"responses": {

specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/redis.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,6 +2234,10 @@
22342234
"type": "string",
22352235
"description": "Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view."
22362236
},
2237+
"storage-subscription-id": {
2238+
"type": "string",
2239+
"description": "SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity."
2240+
},
22372241
"aad-enabled": {
22382242
"type": "string",
22392243
"description": "Specifies whether AAD based authentication has been enabled or disabled for the cache"
@@ -2720,6 +2724,10 @@
27202724
"preferred-data-archive-auth-method": {
27212725
"type": "string",
27222726
"description": "Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS"
2727+
},
2728+
"storage-subscription-id": {
2729+
"type": "string",
2730+
"description": "Subscription id of the storage container for data to be exported using ManagedIdentity."
27232731
}
27242732
},
27252733
"required": [
@@ -2744,6 +2752,10 @@
27442752
"preferred-data-archive-auth-method": {
27452753
"type": "string",
27462754
"description": "Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS"
2755+
},
2756+
"storage-subscription-id": {
2757+
"type": "string",
2758+
"description": "Subscription id of the storage container containing files to import using Managed Identity."
27472759
}
27482760
},
27492761
"required": [

0 commit comments

Comments
 (0)