Skip to content

Commit

Permalink
Upgrade types libraries to 0.1.94 (#1940)
Browse files Browse the repository at this point in the history
* Upgrade types libraries to 0.1.92

* Update test baselines

* Update Bicep.Core.csproj

Co-authored-by: Bicep Automation <[email protected]>
  • Loading branch information
anthony-c-martin and Bicep Automation authored Mar 19, 2021
1 parent 33cc18c commit a5e4c2e
Show file tree
Hide file tree
Showing 3 changed files with 32,944 additions and 16,403 deletions.
6 changes: 3 additions & 3 deletions docs/examples/201/vm-push-cert-windows/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
},
{
"type": "microsoft.network/networkSecurityGroups",
"type": "Microsoft.Network/networkSecurityGroups",
"apiVersion": "2020-08-01",
"name": "[variables('nsgName')]",
"location": "[parameters('location')]",
Expand Down Expand Up @@ -92,14 +92,14 @@
"properties": {
"addressPrefix": "10.0.0.0/24",
"networkSecurityGroup": {
"id": "[resourceId('microsoft.network/networkSecurityGroups', variables('nsgName'))]"
"id": "[resourceId('Microsoft.Network/networkSecurityGroups', variables('nsgName'))]"
}
}
}
]
},
"dependsOn": [
"[resourceId('microsoft.network/networkSecurityGroups', variables('nsgName'))]"
"[resourceId('Microsoft.Network/networkSecurityGroups', variables('nsgName'))]"
]
},
{
Expand Down
Loading

0 comments on commit a5e4c2e

Please sign in to comment.