Skip to content

Commit

Permalink
updated output
Browse files Browse the repository at this point in the history
forgot to update output name
  • Loading branch information
ProfiseeAdmin committed Aug 9, 2023
1 parent 0fa887f commit 865086b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Azure-ARM/createUIDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@
"ProfiseeLicense": "[if(equals(steps('profisee').UseKeyVault, 'Yes'), steps('profisee').ProfiseeLicenseSecret, steps('profisee').ProfiseeLicense)]",
"ActiveDirectoryCreateApp": "[steps('profisee').ActiveDirectoryCreateApp]",
"ActiveDirectoryClientId": "[steps('profisee').UserSuppliedClientId.ActiveDirectoryClientId]",
"ActiveDirectoryClientSecret": "[steps('profisee').UserSuppliedClientId.ActiveDirectoryClientSecret]",
"ActiveDirectoryClientSecret": "[steps('profisee').UserSuppliedClientSecret.ActiveDirectoryClientSecret]",
"KubernetesClusterName": "[steps('kubernetes').KubernetesClusterName]",
"KubernetesVersion": "[steps('kubernetes').KubernetesVersion]",
"KubenetesInfrastructureResourceGroupName": "[steps('kubernetes').KubenetesInfrastructureResourceGroupName]",
Expand Down

0 comments on commit 865086b

Please sign in to comment.