Bump azure/powershell from 1 to 2 (#837)

Bumps [azure/powershell](https://github.com/azure/powershell) from 1 to 2.
- [Release notes](https://github.com/azure/powershell/releases)
- [Commits](https://github.com/azure/powershell/compare/v1...v2)

---
updated-dependencies:
- dependency-name: azure/powershell
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-29 10:45:29 +01:00 коммит произвёл GitHub
Родитель ddbeae7678
Коммит 3ab93bf1c0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 5 добавлений и 5 удалений

2
.github/workflows/release-tests.yml поставляемый
Просмотреть файл

@ -21,7 +21,7 @@ jobs:
- name: Pester Tests
id: pester
if: startsWith(github.head_ref, 'release')
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
Import-Module Pester -Force

4
.github/workflows/update-policy-china.yml поставляемый
Просмотреть файл

@ -65,7 +65,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
- name: Update Policy Library
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
Write-Information "==> Running script..." -InformationAction Continue
@ -82,7 +82,7 @@ jobs:
Install-Module -Name 'ALZ' -Force
- name: Update Policy Definition Bicep Input Files
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
cd ${{ github.workspace }}/${{ github.repository }}

4
.github/workflows/update-policy.yml поставляемый
Просмотреть файл

@ -65,7 +65,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
- name: Update Policy Library
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
Write-Information "==> Running script..." -InformationAction Continue
@ -82,7 +82,7 @@ jobs:
Install-Module -Name 'ALZ' -Force
- name: Update Policy Definition Bicep Input Files
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
cd ${{ github.workspace }}/${{ github.repository }}