Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kamusta-msft committed May 19, 2020
1 parent 68d011b commit e73eef7
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"osProfile": {
"computerNamePrefix": "{vmss-name}",
"adminUsername": "{your-username}",
"secrets": [ ],
"secrets": [],
"windowsConfiguration": {
"provisionVMAgent": true,
"enableAutomaticUpdates": true
Expand All @@ -136,7 +136,7 @@
"publisher": "{extension-Publisher}",
"type": "{extension-Type}",
"typeHandlerVersion": "{handler-version}",
"settings": { }
"settings": {}
}
}
],
Expand All @@ -148,7 +148,7 @@
"name": "{vmss-name}",
"properties": {
"dnsSettings": {
"dnsServers": [ ]
"dnsServers": []
},
"primary": true,
"enableIPForwarding": true,
Expand Down Expand Up @@ -179,7 +179,7 @@
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name}"
}
},
"201": {
"201": {
"body": {
"sku": {
"tier": "Standard",
Expand Down Expand Up @@ -216,7 +216,7 @@
"osProfile": {
"computerNamePrefix": "{vmss-name}",
"adminUsername": "{your-username}",
"secrets": [ ],
"secrets": [],
"windowsConfiguration": {
"provisionVMAgent": true,
"enableAutomaticUpdates": true
Expand All @@ -238,31 +238,31 @@
"extensionsTimeBudget": "PT1H20M"
},
"networkProfile": {
"networkInterfaceConfigurations": [
{
"name": "{vmss-name}",
"properties": {
"dnsSettings": {
"dnsServers": [ ]
},
"primary": true,
"enableIPForwarding": true,
"ipConfigurations": [
{
"name": "{vmss-name}",
"properties": {
"subnet": {
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet"
},
"privateIPAddressVersion": "IPv4"
"networkInterfaceConfigurations": [
{
"name": "{vmss-name}",
"properties": {
"dnsSettings": {
"dnsServers": []
},
"primary": true,
"enableIPForwarding": true,
"ipConfigurations": [
{
"name": "{vmss-name}",
"properties": {
"subnet": {
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet"
},
"privateIPAddressVersion": "IPv4"
}
}
}
],
"enableAcceleratedNetworking": false
],
"enableAcceleratedNetworking": false
}
}
}
]
}
]
}
},
"upgradePolicy": {
"mode": "Manual"
Expand All @@ -275,4 +275,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"enabled": true
}
},
"extensionsTimeBudget": "PT30M"
"extensionsTimeBudget": "PT30M"
}
}
},
Expand All @@ -59,7 +59,7 @@
"properties": {
"osProfile": {
"adminUsername": "{your-username}",
"secrets": [ ],
"secrets": [],
"computerName": "myVM",
"windowsConfiguration": {
"provisionVMAgent": true,
Expand Down Expand Up @@ -92,7 +92,7 @@
"storageAccountType": "Standard_LRS"
}
},
"dataDisks": [ ]
"dataDisks": []
},
"diagnosticsProfile": {
"bootDiagnostics": {
Expand All @@ -118,7 +118,7 @@
"properties": {
"osProfile": {
"adminUsername": "{your-username}",
"secrets": [ ],
"secrets": [],
"computerName": "myVM",
"windowsConfiguration": {
"provisionVMAgent": true,
Expand Down Expand Up @@ -151,7 +151,7 @@
"storageAccountType": "Standard_LRS"
}
},
"dataDisks": [ ]
"dataDisks": []
},
"diagnosticsProfile": {
"bootDiagnostics": {
Expand Down