Remove infrastructure from resource-deployment (#16520)

This commit is contained in:
Charles Gagnon
2021-08-02 13:14:33 -07:00
committed by GitHub
parent 0a181a1ba8
commit 244e27c2de
4 changed files with 5 additions and 68 deletions

View File

@@ -291,19 +291,19 @@
"required": true
},
{
"type": "options",
"label": "%arc.data.controller.infrastructure%",
"defaultValue": "azure",
"required": true,
"variableName": "AZDATA_NB_VAR_ARC_INFRASTRUCTURE",
"type": "infrastructure",
"infrastructure": [
"options": [
"azure",
"gcp",
"aws",
"alibaba",
"onpremises",
"other"
],
"required": true
]
}
]
},