Skip to content

Commit a5e4c2e

Browse files
anthony-c-martinBicep Automation
andauthored
Upgrade types libraries to 0.1.94 (#1940)
* Upgrade types libraries to 0.1.92 * Update test baselines * Update Bicep.Core.csproj Co-authored-by: Bicep Automation <[email protected]>
1 parent 33cc18c commit a5e4c2e

File tree

3 files changed

+32944
-16403
lines changed

3 files changed

+32944
-16403
lines changed

docs/examples/201/vm-push-cert-windows/main.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
{
56-
"type": "microsoft.network/networkSecurityGroups",
56+
"type": "Microsoft.Network/networkSecurityGroups",
5757
"apiVersion": "2020-08-01",
5858
"name": "[variables('nsgName')]",
5959
"location": "[parameters('location')]",
@@ -92,14 +92,14 @@
9292
"properties": {
9393
"addressPrefix": "10.0.0.0/24",
9494
"networkSecurityGroup": {
95-
"id": "[resourceId('microsoft.network/networkSecurityGroups', variables('nsgName'))]"
95+
"id": "[resourceId('Microsoft.Network/networkSecurityGroups', variables('nsgName'))]"
9696
}
9797
}
9898
}
9999
]
100100
},
101101
"dependsOn": [
102-
"[resourceId('microsoft.network/networkSecurityGroups', variables('nsgName'))]"
102+
"[resourceId('Microsoft.Network/networkSecurityGroups', variables('nsgName'))]"
103103
]
104104
},
105105
{

0 commit comments

Comments
 (0)