Skip to content

Commit

Permalink
ci: pin k8s-extension version to 1.3.5 (#1077)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Feb 3, 2023
1 parent a9fd76f commit d9402ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/templates/arc/setup.yaml
Expand Up @@ -4,7 +4,7 @@ parameters:
steps:
- script: |
az extension add --name connectedk8s
az extension add --name k8s-extension
az extension add --name k8s-extension --version 1.3.5
echo "az version:"
az version
displayName: "add cli extensions"
Expand Down

0 comments on commit d9402ab

Please sign in to comment.