Skip to content

Commit

Permalink
Update main.bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
MCKLMT authored Nov 30, 2020
1 parent 98eb4f5 commit 6e17db1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/examples/201/vmss-windows-autoscale/main.bicep
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
param vmSku string {
default: 'Standard_A1_v2'
}
param vmSku string = 'Standard_A1_v2'
param windowsOSVersion string {
default: '2019-Datacenter'
allowed: [
Expand Down

0 comments on commit 6e17db1

Please sign in to comment.