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 @@ -2241,6 +2241,14 @@
"properties": {
"storageAccountId": {
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.Storage/storageAccounts"
}
]
},
"description": "The resource ID of the storage account to be used for auto-storage account."
}
},
Expand Down Expand Up @@ -2323,6 +2331,14 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.KeyVault/vaults"
}
]
},
"description": "The resource ID of the Azure key vault associated with the Batch account."
},
"url": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2408,6 +2408,14 @@
"properties": {
"storageAccountId": {
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.Storage/storageAccounts"
}
]
},
"description": "The resource ID of the storage account to be used for auto-storage account."
},
"authenticationMode": {
Expand Down Expand Up @@ -2565,6 +2573,14 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.KeyVault/vaults"
}
]
},
"description": "The resource ID of the Azure key vault associated with the Batch account."
},
"url": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2497,6 +2497,14 @@
"properties": {
"storageAccountId": {
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.Storage/storageAccounts"
}
]
},
"description": "The resource ID of the storage account to be used for auto-storage account."
},
"authenticationMode": {
Expand Down Expand Up @@ -2654,6 +2662,14 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.KeyVault/vaults"
}
]
},
"description": "The resource ID of the Azure key vault associated with the Batch account."
},
"url": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2555,6 +2555,14 @@
"properties": {
"storageAccountId": {
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.Storage/storageAccounts"
}
]
},
"description": "The resource ID of the storage account to be used for auto-storage account."
},
"authenticationMode": {
Expand Down Expand Up @@ -2727,6 +2735,14 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.KeyVault/vaults"
}
]
},
"description": "The resource ID of the Azure key vault associated with the Batch account."
},
"url": {
Expand Down