зеркало из https://github.com/Azure/ARO-RP.git
removing parameters
This commit is contained in:
Родитель
33e117a536
Коммит
b99e58c374
|
@ -38,9 +38,6 @@
|
|||
"gatewayServicePrincipalId": {
|
||||
"value": ""
|
||||
},
|
||||
"gatewayStorageAccountDomain": {
|
||||
"value": ""
|
||||
},
|
||||
"gatewayVmSize": {
|
||||
"value": "Standard_D4s_v3"
|
||||
},
|
||||
|
|
|
@ -40,9 +40,6 @@
|
|||
"gatewayServicePrincipalId": {
|
||||
"type": "string"
|
||||
},
|
||||
"gatewayStorageAccountDomain": {
|
||||
"type": "string"
|
||||
},
|
||||
"gatewayVmSize": {
|
||||
"type": "string",
|
||||
"defaultValue": "Standard_D4s_v3"
|
||||
|
|
|
@ -159,9 +159,6 @@
|
|||
"sshPublicKey": {
|
||||
"value": ""
|
||||
},
|
||||
"storageAccountDomain": {
|
||||
"value": ""
|
||||
},
|
||||
"subscriptionResourceGroupName": {
|
||||
"value": ""
|
||||
},
|
||||
|
|
|
@ -184,9 +184,6 @@
|
|||
"sshPublicKey": {
|
||||
"type": "string"
|
||||
},
|
||||
"storageAccountDomain": {
|
||||
"type": "string"
|
||||
},
|
||||
"subscriptionResourceGroupName": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
@ -34,7 +34,6 @@ func (g *generator) gatewayTemplate() *arm.Template {
|
|||
"gatewayFeatures",
|
||||
"gatewayMdsdConfigVersion",
|
||||
"gatewayServicePrincipalId",
|
||||
"gatewayStorageAccountDomain",
|
||||
"gatewayVmSize",
|
||||
"gatewayVmssCapacity",
|
||||
"keyvaultDNSSuffix",
|
||||
|
|
|
@ -73,7 +73,6 @@ func (g *generator) rpTemplate() *arm.Template {
|
|||
"rpParentDomainName",
|
||||
"rpVmssCapacity",
|
||||
"sshPublicKey",
|
||||
"storageAccountDomain",
|
||||
"subscriptionResourceGroupName",
|
||||
"vmSize",
|
||||
"vmssCleanupEnabled",
|
||||
|
|
Загрузка…
Ссылка в новой задаче