Skip to content

Commit b417bd5

Browse files
authored
Merge pull request #44 from nginxinc/NLB-5516
Change sku from standard_monthly to standardv2_monthly
2 parents dfdc467 + 34c891a commit b417bd5

File tree

22 files changed

+24
-24
lines changed

22 files changed

+24
-24
lines changed

arm-templates/deployments/create-or-update/azdeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"sku": {
2020
"type": "string",
21-
"defaultValue": "standard_Monthly",
21+
"defaultValue": "standardv2_Monthly",
2222
"metadata": {
2323
"description": "SKU of NGINX deployment"
2424
}

arm-templates/deployments/create-or-update/azdeploy.parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type": "string"
1212
},
1313
"sku": {
14-
"value": "standard_Monthly",
14+
"value": "standardv2_Monthly",
1515
"type": "string"
1616
},
1717
"publicIPName": {

arm-templates/deployments/create-or-update/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ param location string = resourceGroup().location
55
param nginxDeploymentName string = 'myDeployment'
66

77
@description('SKU of NGINX deployment')
8-
param sku string = 'standard_Monthly'
8+
param sku string = 'standardv2_Monthly'
99

1010
@description('Name of public IP')
1111
param publicIPName string = 'myPublicIP'

arm-templates/deployments/with-diagnostic-setting-logging/azdeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"sku": {
2020
"type": "string",
21-
"defaultValue": "standard_Monthly",
21+
"defaultValue": "standardv2_Monthly",
2222
"metadata": {
2323
"description": "SKU of NGINX deployment"
2424
}

arm-templates/deployments/with-diagnostic-setting-logging/azdeploy.parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type": "string"
1212
},
1313
"sku": {
14-
"value": "standard_Monthly",
14+
"value": "standardv2_Monthly",
1515
"type": "string"
1616
},
1717
"publicIPName": {

arm-templates/deployments/with-diagnostic-setting-logging/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ param location string = resourceGroup().location
55
param nginxDeploymentName string = 'myDeployment'
66

77
@description('SKU of NGINX deployment')
8-
param sku string = 'standard_Monthly'
8+
param sku string = 'standardv2_Monthly'
99

1010
@description('Name of public IP')
1111
param publicIPName string = 'myPublicIP'

arm-templates/deployments/with-private-ip/azdeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"sku": {
2020
"type": "string",
21-
"defaultValue": "standard_Monthly",
21+
"defaultValue": "standardv2_Monthly",
2222
"metadata": {
2323
"description": "SKU of NGINX deployment"
2424
}

arm-templates/deployments/with-private-ip/azdeploy.parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type": "string"
1212
},
1313
"sku": {
14-
"value": "standard_Monthly",
14+
"value": "standardv2_Monthly",
1515
"type": "string"
1616
},
1717
"subnetName": {

arm-templates/deployments/with-private-ip/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ param location string = resourceGroup().location
55
param nginxDeploymentName string = 'myDeployment'
66

77
@description('SKU of NGINX deployment')
8-
param sku string = 'standard_Monthly'
8+
param sku string = 'standardv2_Monthly'
99

1010
@description('Private IP address located on subnet delegated to NGINX deployment')
1111
param privateIPAddress string

arm-templates/deployments/with-userassigned-identity/azdeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"sku": {
2020
"type": "string",
21-
"defaultValue": "standard_Monthly",
21+
"defaultValue": "standardv2_Monthly",
2222
"metadata": {
2323
"description": "SKU of NGINX deployment"
2424
}

0 commit comments

Comments
 (0)