You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Changed Pool and Tag
* Edited Tag
* Changed trigger branch from master to main
* Moved variable section
* Fixed Indentation
* Changed helm install
* Changed ORAS install
* Delete helm chart from registry
* Changed to pipeline workspace
* Changed back to pipeline workspace
* Changed Repo Path
* Changed chart path
* Corrected tag
* Changed variable group
* Added stage
* changed stage name
* Removed var group
* Change acr cleanup step
* changed tag var
* Change tag format
* changed workingDirectory for acr cleanup
* Changed Tag format
* Changed test and acr cleanup
* Updated tests and edited acr cleanup
* Changed add-extension script
* edited add-extension
* Changed ACR cleanup
* Changed ACR cleanup
* List helm charts in staging
* Changed cleanup to az acr repo delete
* Added newline
* Added newline again
* Changed to checkout.tag
* Made global CHECKOUT_TAG
* Corrected acr-cleanup
* Deleted echo image.tag
* Changed Unique tag generation
Copy file name to clipboardexpand all lines: scripts/add-extension.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,4 +31,4 @@ az resource tag --tags logAnalyticsWorkspaceResourceId=/$RESOURCEID --ids /$RESO
31
31
az rest --method GET --uri "https://management.azure.com/$RESOURCEID/providers/Microsoft.KubernetesConfiguration/extensions?api-Version=2020-07-01-preview"
32
32
33
33
# enable the osm extension
34
-
az rest --method PUT --uri "https://management.azure.com/$RESOURCEID/providers/Microsoft.KubernetesConfiguration/extensions/osm?api-Version=2020-07-01-preview" --body @osm_extension.json --debug
34
+
az rest --method PUT --uri "https://management.azure.com/$RESOURCEID/providers/Microsoft.KubernetesConfiguration/extensions/osm?api-Version=2020-07-01-preview" --body @osm_extension.json --debug
0 commit comments