Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"format": "RDB",
"files": [
"http://fileuris.contoso.com/pathtofile1"
]
],
"storage-subscription-id": "storageSubId"
}
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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": [
Expand All @@ -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": [
Expand Down