diff --git a/specification/batch/resource-manager/Microsoft.Batch/stable/2021-01-01/BatchManagement.json b/specification/batch/resource-manager/Microsoft.Batch/stable/2021-01-01/BatchManagement.json index e79f1a882543..d2c69423281a 100644 --- a/specification/batch/resource-manager/Microsoft.Batch/stable/2021-01-01/BatchManagement.json +++ b/specification/batch/resource-manager/Microsoft.Batch/stable/2021-01-01/BatchManagement.json @@ -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." } }, @@ -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": { diff --git a/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json b/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json index 196324c88eda..41a3845bf6f2 100644 --- a/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json +++ b/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json @@ -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": { @@ -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": { diff --git a/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/BatchManagement.json b/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/BatchManagement.json index a0fa8ef32394..9e0ffb4ec971 100644 --- a/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/BatchManagement.json +++ b/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/BatchManagement.json @@ -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": { @@ -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": { diff --git a/specification/batch/resource-manager/Microsoft.Batch/stable/2022-06-01/BatchManagement.json b/specification/batch/resource-manager/Microsoft.Batch/stable/2022-06-01/BatchManagement.json index 9d5fe36b8ffb..a1f63227bd73 100644 --- a/specification/batch/resource-manager/Microsoft.Batch/stable/2022-06-01/BatchManagement.json +++ b/specification/batch/resource-manager/Microsoft.Batch/stable/2022-06-01/BatchManagement.json @@ -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": { @@ -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": {