diff --git a/cli/azd/extensions/microsoft.azd.demo/CHANGELOG.md b/cli/azd/extensions/microsoft.azd.demo/CHANGELOG.md index 46cb38365da..729b0024c01 100644 --- a/cli/azd/extensions/microsoft.azd.demo/CHANGELOG.md +++ b/cli/azd/extensions/microsoft.azd.demo/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History +## 0.7.2 (2026-07-16) + +- Simple test release of extension, with no changes. + ## 0.7.1 (2026-07-14) - Simple test release of extension, with no changes. diff --git a/cli/azd/extensions/microsoft.azd.demo/extension.yaml b/cli/azd/extensions/microsoft.azd.demo/extension.yaml index a5df615f6c5..2073a740a5b 100644 --- a/cli/azd/extensions/microsoft.azd.demo/extension.yaml +++ b/cli/azd/extensions/microsoft.azd.demo/extension.yaml @@ -4,7 +4,7 @@ namespace: demo displayName: Demo Extension description: This extension provides examples of the azd extension framework. usage: azd demo [options] -version: 0.7.1 +version: 0.7.2 language: go capabilities: - custom-commands diff --git a/cli/azd/extensions/microsoft.azd.demo/version.txt b/cli/azd/extensions/microsoft.azd.demo/version.txt index 39e898a4f95..7486fdbc50b 100644 --- a/cli/azd/extensions/microsoft.azd.demo/version.txt +++ b/cli/azd/extensions/microsoft.azd.demo/version.txt @@ -1 +1 @@ -0.7.1 +0.7.2 diff --git a/eng/pipelines/templates/stages/1es-redirect.yml b/eng/pipelines/templates/stages/1es-redirect.yml index cecaeb8d7a2..4ee9a76cefa 100644 --- a/eng/pipelines/templates/stages/1es-redirect.yml +++ b/eng/pipelines/templates/stages/1es-redirect.yml @@ -32,7 +32,7 @@ extends: enabled: true settings: skipBuildTagsForGitHubPullRequests: true - networkIsolationPolicy: Permissive + networkIsolationPolicy: Permissive, CFSClean sdl: # Turn off the build warnings caused by disabling some sdl checks createAdoIssuesForJustificationsForDisablement: false