Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pallavi Sah committed Nov 14, 2023
1 parent ee07b0c commit 6aee178
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"resources": {
"NestedDeployment": {
"type": "Microsoft.Resources/deployments",
"apiVersion": "2021-04-01",
"apiVersion": "2023-07-01",
"name": "[variables('nestedTemplateName_ImportVHD-FromZipArchive')]",
"properties": {
"mode": "Incremental",
Expand Down Expand Up @@ -99,13 +99,13 @@
"resources": [
{
"type": "Microsoft.ManagedIdentity/userAssignedIdentities",
"apiVersion": "2018-11-30",
"apiVersion": "2023-01-31",
"name": "[variables('userAssignedIdentityName')]",
"location": "[parameters('location')]"
},
{
"type": "Microsoft.Authorization/roleAssignments",
"apiVersion": "2021-04-01-preview",
"apiVersion": "2022-01-01-preview",
"name": "[variables('roleAssignmentName')]",
"dependsOn": [
"[resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', variables('userAssignedIdentityName'))]"
Expand All @@ -119,7 +119,7 @@
},
{
"type": "Microsoft.Resources/deploymentScripts",
"apiVersion": "2020-10-01",
"apiVersion": "2023-08-01",
"name": "[parameters('deploymentScriptName')]",
"location": "[parameters('location')]",
"dependsOn": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resources": [
{
"type": "Microsoft.Storage/storageAccounts/blobServices/containers",
"apiVersion": "2021-09-01",
"apiVersion": "2023-04-01",
"name": "[format('{0}/default/{1}', variables('storageAccountName'), variables('blobContainerName'))]",
"dependsOn": [
"[resourceId('Microsoft.Storage/storageAccounts', variables('storageAccountName'))]"
Expand Down

0 comments on commit 6aee178

Please sign in to comment.