Skip to content

Commit

Permalink
chore: bump azure/login from 2.1.0 to 2.1.1 (#436)
Browse files Browse the repository at this point in the history
Bumps [azure/login](https://github.com/azure/login) from 2.1.0 to 2.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/azure/login/releases">azure/login's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Disable information output in Connect-AzAccount by <a
href="https://github.com/YanaXu"><code>@​YanaXu</code></a> in <a
href="https://redirect.github.com/Azure/login/pull/448">Azure/login#448</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jiasli"><code>@​jiasli</code></a> made
their first contribution in <a
href="https://redirect.github.com/Azure/login/pull/438">Azure/login#438</a></li>
<li><a href="https://github.com/isra-fel"><code>@​isra-fel</code></a>
made their first contribution in <a
href="https://redirect.github.com/Azure/login/pull/446">Azure/login#446</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Azure/login/compare/v2.1.0...v2.1.1">https://github.com/Azure/login/compare/v2.1.0...v2.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/login/commit/6c251865b4e6290e7b78be643ea2d005bc51f69a"><code>6c25186</code></a>
prepare release v2.1.1</li>
<li><a
href="https://github.com/Azure/login/commit/cb503d892a973aa71c86a14bacffc3a8982d6ee7"><code>cb503d8</code></a>
Disable information output in Connect-AzAccount (<a
href="https://redirect.github.com/azure/login/issues/448">#448</a>)</li>
<li><a
href="https://github.com/Azure/login/commit/59ce201ac2c230df1336b836f1b457eef9506988"><code>59ce201</code></a>
Update CODE_OF_CONDUCT.md (<a
href="https://redirect.github.com/azure/login/issues/446">#446</a>)</li>
<li><a
href="https://github.com/Azure/login/commit/cf8f85dbab45fdf28cd42f09314024a1be1d58f1"><code>cf8f85d</code></a>
Update <code>azure/CLI@v1</code> to <code>azure/cli@v2</code> and
<code>azure/powershell@v1</code> to `azure/p...</li>
<li><a
href="https://github.com/Azure/login/commit/19d77c4f9b2f107a92b7c101f7360a739acf96bc"><code>19d77c4</code></a>
Change the trigger for pr check workflow (<a
href="https://redirect.github.com/azure/login/issues/435">#435</a>)</li>
<li>See full diff in <a
href="https://github.com/azure/login/compare/v2.1.0...v2.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=azure/login&package-manager=github_actions&previous-version=2.1.0&new-version=2.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Heba <[email protected]>
  • Loading branch information
dependabot[bot] and helayoty committed May 29, 2024
1 parent 6615a02 commit a2865ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-preset-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: echo "MODEL_IS_OSS=${{ matrix.model.OSS }}" >> $GITHUB_ENV

- name: 'Az CLI login'
uses: azure/[email protected].0
uses: azure/[email protected].1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preset-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
fi
- name: 'Az CLI login'
uses: azure/[email protected].0
uses: azure/[email protected].1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit a2865ae

Please sign in to comment.