Skip to content

Commit

Permalink
Merge pull request #44 from nginxinc/NLB-5516
Browse files Browse the repository at this point in the history
Change sku from standard_monthly to standardv2_monthly
  • Loading branch information
arpith-f5 authored Sep 17, 2024
2 parents dfdc467 + 34c891a commit b417bd5
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion arm-templates/deployments/create-or-update/azdeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"sku": {
"type": "string",
"defaultValue": "standard_Monthly",
"defaultValue": "standardv2_Monthly",
"metadata": {
"description": "SKU of NGINX deployment"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "string"
},
"sku": {
"value": "standard_Monthly",
"value": "standardv2_Monthly",
"type": "string"
},
"publicIPName": {
Expand Down
2 changes: 1 addition & 1 deletion arm-templates/deployments/create-or-update/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ param location string = resourceGroup().location
param nginxDeploymentName string = 'myDeployment'

@description('SKU of NGINX deployment')
param sku string = 'standard_Monthly'
param sku string = 'standardv2_Monthly'

@description('Name of public IP')
param publicIPName string = 'myPublicIP'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"sku": {
"type": "string",
"defaultValue": "standard_Monthly",
"defaultValue": "standardv2_Monthly",
"metadata": {
"description": "SKU of NGINX deployment"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "string"
},
"sku": {
"value": "standard_Monthly",
"value": "standardv2_Monthly",
"type": "string"
},
"publicIPName": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ param location string = resourceGroup().location
param nginxDeploymentName string = 'myDeployment'

@description('SKU of NGINX deployment')
param sku string = 'standard_Monthly'
param sku string = 'standardv2_Monthly'

@description('Name of public IP')
param publicIPName string = 'myPublicIP'
Expand Down
2 changes: 1 addition & 1 deletion arm-templates/deployments/with-private-ip/azdeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"sku": {
"type": "string",
"defaultValue": "standard_Monthly",
"defaultValue": "standardv2_Monthly",
"metadata": {
"description": "SKU of NGINX deployment"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "string"
},
"sku": {
"value": "standard_Monthly",
"value": "standardv2_Monthly",
"type": "string"
},
"subnetName": {
Expand Down
2 changes: 1 addition & 1 deletion arm-templates/deployments/with-private-ip/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ param location string = resourceGroup().location
param nginxDeploymentName string = 'myDeployment'

@description('SKU of NGINX deployment')
param sku string = 'standard_Monthly'
param sku string = 'standardv2_Monthly'

@description('Private IP address located on subnet delegated to NGINX deployment')
param privateIPAddress string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"sku": {
"type": "string",
"defaultValue": "standard_Monthly",
"defaultValue": "standardv2_Monthly",
"metadata": {
"description": "SKU of NGINX deployment"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "string"
},
"sku": {
"value": "standard_Monthly",
"value": "standardv2_Monthly",
"type": "string"
},
"publicIPName": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ param location string = resourceGroup().location
param nginxDeploymentName string = 'myDeployment'

@description('SKU of NGINX deployment')
param sku string = 'standard_Monthly'
param sku string = 'standardv2_Monthly'

@description('Name of public IP')
param publicIPName string = 'myPublicIP'
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/deployments/create_or_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def main():
GROUP_NAME,
DEPLOYMENT_NAME,
{
"sku": {"name": "standard_Monthly"},
"sku": {"name": "standardv2_Monthly"},
"tags": {"myKey": "myValue"},
"location": LOCATION,
"identity": {
Expand All @@ -61,7 +61,7 @@ def main():
GROUP_NAME,
DEPLOYMENT_NAME,
{
"sku": {"name": "standard_Monthly"},
"sku": {"name": "standardv2_Monthly"},
"tags": {"myNewTag": "myNewValue"},
"location": LOCATION,
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/deployments/with_diagnostic_setting_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def main():
GROUP_NAME,
DEPLOYMENT_NAME,
{
"sku": {"name": "standard_Monthly"},
"sku": {"name": "standardv2_Monthly"},
"tags": {"myKey": "myValue"},
"location": LOCATION,
"identity": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/deployments/with_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main():
GROUP_NAME,
DEPLOYMENT_NAME,
{
"sku": {"name": "standard_Monthly"},
"sku": {"name": "standardv2_Monthly"},
"tags": {"myKey": "myValue"},
"location": LOCATION,
"identity": {
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/deployments/with_private_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def main():
GROUP_NAME,
DEPLOYMENT_NAME,
{
"sku": {"name": "standard_Monthly"},
"sku": {"name": "standardv2_Monthly"},
"tags": {"myKey": "myValue"},
"location": LOCATION,
"identity": {
Expand All @@ -68,7 +68,7 @@ def main():
GROUP_NAME,
DEPLOYMENT_NAME,
{
"sku": {"name": "standard_Monthly"},
"sku": {"name": "standardv2_Monthly"},
"tags": {"myNewTag": "myNewValue"},
"location": LOCATION,
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion terraform/certificates/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "name" {

variable "sku" {
description = "SKU of NGINXaaS deployment."
default = "standard_Monthly"
default = "standardv2_Monthly"
}

variable "tags" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/configurations/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "name" {

variable "sku" {
description = "SKU of NGINXaaS deployment."
default = "standard_Monthly"
default = "standardv2_Monthly"
}

variable "tags" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/create-or-update/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "name" {

variable "sku" {
description = "SKU of NGINXaaS deployment."
default = "standard_Monthly"
default = "standardv2_Monthly"
}

variable "tags" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/read/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variable "cert_name" {

variable "sku" {
description = "SKU of NGINXaaS deployment."
default = "standard_Monthly"
default = "standardv2_Monthly"
}

variable "tags" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/with-autoscale/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "name" {

variable "sku" {
description = "SKU of NGINXaaS deployment."
default = "standard_Monthly"
default = "standardv2_Monthly"
}

variable "tags" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variable "storage_account_name" {

variable "sku" {
description = "SKU of NGINXaaS deployment."
default = "standard_Monthly"
default = "standardv2_Monthly"
}

variable "tags" {
Expand Down

0 comments on commit b417bd5

Please sign in to comment.