Parameters/DeploymentSettingsParametersForClusterUpgrade.json
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "apiVersion": { "value": "2024-04-01" }, "name": { "value": "demohcicluster" }, "arcNodeResourceIds": { "value": [ "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/testAtasiRg/providers/Microsoft.HybridCompute/machines/v-Host1" ] }, "domainFqdn": { "value": "hi" }, "namingPrefix": { "value": "hello" }, "adouPath": { "value": "hello2" }, "securityLevel": { "value": "Customized" }, "streamingDataClient": { "value": true }, "euLocation": { "value": true }, "episodicDataUpload": { "value": true }, "clusterName": { "value": "demohcicluster" }, "configurationMode": { "value": "InfraOnly" }, "subnetMask": { "value": "10.0.0.3" }, "defaultGateway": { "value": "10.0.0.5" }, "infrastructureIpPoolSettings": { "value": [ "10.0.0.1", "10.0.0.2" ] }, "dnsServers": { "value": [ "10.0.0.8", "10.0.0.6" ] }, "physicalNodesSettings": { "value": [] }, "networkingType": { "value": "singleServerDeployment" }, "networkingPattern": { "value": "hyperConverged" }, "secretsLocation":{ "value": "testKv.vault.azure.net" }, "customLocation": { "value": "customloc" }, "deploymentMode":{ "value": "Validate" }, "operationType": { "value": "ClusterUpgrade" }, "domainAdminSecretName": { "value": "" }, "arbDeploymentSpnSecretName": { "value": "" }, "domainAdminCredentialECEName": { "value": "AzureStackLCMUserCredential" }, "arbDeploymentSpnCredentialECEName": { "value": "DefaultARBApplication" }, "keyVaultName": { "value": "" } } } |