diff --git a/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/examples/RedisCacheExport.json b/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/examples/RedisCacheExport.json index aa8b96f814e1..325a7b337102 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/examples/RedisCacheExport.json +++ b/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/examples/RedisCacheExport.json @@ -7,7 +7,8 @@ "parameters": { "format": "RDB", "prefix": "datadump1", - "container": "https://contosostorage.blob.core.window.net/urltoBlobContainer?sasKeyParameters" + "container": "https://contosostorage.blob.core.window.net/urltoBlobContainer?sasKeyParameters", + "storage-subscription-id": "storageSubId" } }, "responses": { diff --git a/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/examples/RedisCacheImport.json b/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/examples/RedisCacheImport.json index 474dfbfba9db..93a315ba8374 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/examples/RedisCacheImport.json +++ b/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/examples/RedisCacheImport.json @@ -8,7 +8,8 @@ "format": "RDB", "files": [ "http://fileuris.contoso.com/pathtofile1" - ] + ], + "storage-subscription-id": "storageSubId" } }, "responses": { diff --git a/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/redis.json b/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/redis.json index 78694fead0f5..18fdcd99e8a0 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/redis.json @@ -2234,6 +2234,10 @@ "type": "string", "description": "Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view." }, + "storage-subscription-id": { + "type": "string", + "description": "SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity." + }, "aad-enabled": { "type": "string", "description": "Specifies whether AAD based authentication has been enabled or disabled for the cache" @@ -2720,6 +2724,10 @@ "preferred-data-archive-auth-method": { "type": "string", "description": "Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS" + }, + "storage-subscription-id": { + "type": "string", + "description": "Subscription id of the storage container for data to be exported using ManagedIdentity." } }, "required": [ @@ -2744,6 +2752,10 @@ "preferred-data-archive-auth-method": { "type": "string", "description": "Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS" + }, + "storage-subscription-id": { + "type": "string", + "description": "Subscription id of the storage container containing files to import using Managed Identity." } }, "required": [