deleting unused variables from env.json

This commit is contained in:
jasonmesser7 2023-01-05 16:02:25 -08:00
Родитель efe80b887c
Коммит e67fec705a
1 изменённых файлов: 1 добавлений и 7 удалений

Просмотреть файл

@ -1,11 +1,5 @@
{
"RESOURCE_GROUP_NAME": "myResourceGroup",
"RESOURCE_LOCATION": "eastus",
"AKS_CLUSTER_NAME": "myAKSCluster",
"PUBLIC_IP_NAME": "myPublicIp",
"VNET_NAME": "myVnet",
"SUBNET_NAME": "mySubnet",
"APPLICATION_GATEWAY_NAME": "myApplicationGateway",
"APPGW_TO_AKS_PEERING_NAME": "AppGWtoAKSVnetPeering",
"AKS_TO_APPGW_PEERING_NAME": "AKStoAppGWVnetPeering"
"AKS_CLUSTER_NAME": "myAKSCluster"
}