Skip to content

Commit

Permalink
fixing subnet create
Browse files Browse the repository at this point in the history
  • Loading branch information
smritidahal653 committed Jul 17, 2024
1 parent 934e6c4 commit 05a961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e/aks-addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ az network vnet create \
az network vnet subnet create \
--resource-group $RESOURCE_GROUP \
--vnet-name $VNET_NAME \
# --network-security-group $NSG_NAME \
--name $ACI_SUBNET_NAME \
--address-prefix $ACI_SUBNET_CIDR
# --network-security-group $NSG_NAME \

cluster_subnet_id="$(az network vnet subnet show \
--resource-group $RESOURCE_GROUP \
Expand Down

0 comments on commit 05a961a

Please sign in to comment.