We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d63cd commit 34c83b3Copy full SHA for 34c83b3
src/ConnectedKubernetes/ConnectedKubernetes.Autorest/custom/New-AzConnectedKubernetes.ps1
@@ -492,6 +492,7 @@ function New-AzConnectedKubernetes {
492
}
493
if (-not ([string]::IsNullOrEmpty($CustomLocationsOid))) {
494
$options += " --set systemDefaultValues.customLocations.oid=$CustomLocationsOid"
495
+ $options += " --set systemDefaultValues.customLocations.enabled=true"
496
497
if (!$NoWait) {
498
$options += " --wait --timeout $OnboardingTimeout"
0 commit comments