Neil Peterson
Neil Peterson
Scenario: Blueprint exists with a version of `version1`. A task is used to update the blueprint and the task is set to increment the version. This will not work /...
Currently, an assignment JSON file is required. Looking at the docs for `new-azblueprintassignment` it appears an assignment file is not required. Update the assignment logic to reflect. https://docs.microsoft.com/en-us/powershell/module/az.blueprint/new-azblueprintassignment?view=azps-2.8.0
Bicep template includes parameters for the client ID of two AAD applications however these are note mentioned in the document. ``` param tenantId string param clusterApplication string param clientapplication string...