Skip to content

Commit ab1552c

Browse files
committed
Update AZD to 1.10.2
1 parent c910e44 commit ab1552c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// - /.github/workflows/azure-dev.yml
3636
// - /.github/workflows/scheduled-azure-dev.yml
3737
// - /.github/workflows/scheduled-azure-teardown.yml
38-
"version": "1.10.1"
38+
"version": "1.10.2"
3939
},
4040
"ghcr.io/devcontainers/features/docker-in-docker:2": {
4141
"version": "latest"

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
container:
15-
image: mcr.microsoft.com/azure-dev-cli-apps:1.10.1
15+
image: mcr.microsoft.com/azure-dev-cli-apps:1.10.2
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2

.github/workflows/scheduled-azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build:
2121
runs-on: ubuntu-latest
2222
container:
23-
image: mcr.microsoft.com/azure-dev-cli-apps:1.10.1
23+
image: mcr.microsoft.com/azure-dev-cli-apps:1.10.2
2424
env:
2525
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
2626
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}

.github/workflows/scheduled-azure-teardown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
container:
22-
image: mcr.microsoft.com/azure-dev-cli-apps:1.10.1
22+
image: mcr.microsoft.com/azure-dev-cli-apps:1.10.2
2323
env:
2424
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
2525
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}

infra/core/compute/postDeploymentScript/post-deployment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# install AZD - keep this version in sync with the version used in the file /.devcontainer/devcontainer.json file
4-
curl -fsSL https://aka.ms/install-azd.sh | bash -s -- -- version 1.10.1
4+
curl -fsSL https://aka.ms/install-azd.sh | bash -s -- -- version 1.10.2
55

66
# add Microsoft package feed for the dotnet install
77
# Get Ubuntu version

0 commit comments

Comments
 (0)