Skip to content

Commit

Permalink
Fix again arm test case
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Nov 30, 2021
1 parent 47ef8f7 commit 352836c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .automation/test/arm/arm_good_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"outputs": {
"state": {
"type": "object",
"value": "[reference(resourceId('Microsoft.Network/virtualNetworks',variables('Network.Name')), '2019-12-01', 'Full')]"
"value": "[reference(resourceId('Microsoft.Network/virtualNetworks',variables('Network.Name')), '2021-05-01', 'Full')]"
}
}
}

0 comments on commit 352836c

Please sign in to comment.