Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump azure-cli from 2.66.0 to 2.67.0 in /pip/azure #2451

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

Bumps azure-cli from 2.66.0 to 2.67.0.

Release notes

Sourced from azure-cli's releases.

Azure CLI 2.67.0

https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/release-notes-azure-cli.md

Changelog

Sourced from azure-cli's changelog.

Warning Message: This command group has been deprecated and will be removed in next breaking change release(2.67.0). Use baz instead.

register_command_deprecate('bar foo', redirect='baz foo', hide=True)

Warning Message: This command has been deprecated and will be removed in next breaking change release(2.67.0). Use baz foo instead.

register_argument_deprecate('bar foo', '--name', target_version='2.70.0')

Warning Message: Option --name has been deprecated and will be removed in 2.70.0.


> Note: The declared deprecation would be transformed into `knack.deprecation.Deprecated` item during runtime. The `tag_func` and `message_func` will remain effective. However, due to the timing of the transformation, the `expiration` will not take effect.

Remove

To declare the removal of an item, use the deprecation method instead.

from azure.cli.core.breaking_change import register_argument_deprecate

register_argument_deprecate('bar foo', '--name', target_version='2.70.0')

Warning Message: Option --name has been deprecated and will be removed in 2.70.0.

</code></pre>
<p><strong>Rename</strong></p>
<p>To declare the renaming of an item, use the deprecation method.</p>
<pre lang="python"><code>from azure.cli.core.breaking_change import register_argument_deprecate

register_argument_deprecate('bar foo', '--name', '--new-name')

Warning Message: Option --name has been deprecated and will be removed in next breaking change release(2.67.0). Use --new-name instead.

</code></pre>
<p><strong>Output Change</strong></p>
<p>Declare breaking changes that affect the output of a command. This ensures users are aware of modifications to the command’s output format or content.</p>
<ul>
<li><code>command</code>: The name of the command group or command. If it is a command group, the warning would show in the execution of all commands in the group.</li>
<li><code>description</code>: The description of the breaking change. The description will display in warning messages.</li>
<li><code>target_version</code>: The version when the deprecated item should be removed. The <code>target_version</code> is the next breaking change window by default.</li>
<li><code>guide</code>: The guide that customers could take action to prepare for the future breaking change.</li>
<li><code>doc_link</code>: A link to related documentation, which will be displayed in warning messages.</li>
</ul>
<pre lang="python"><code>from azure.cli.core.breaking_change import register_output_breaking_change

register_output_breaking_change('bar foo', description='Reduce the output field baz',
guide='You could retrieve this field through az another command.')

The output will be changed in next breaking change release(2.61.0). Reduce the output field baz. You could retrieve this field through az another command.

</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/Azure/azure-cli/commit/0494144e9222fce4728adc76410c8210530dc279&quot;&gt;&lt;code&gt;0494144&lt;/code&gt;&lt;/a> {Release} Upgrade to Azure CLI 2.67.0 (<a href="https://redirect.github.com/Azure/azure-cli/issues/30330&quot;&gt;#30330&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/Azure/azure-cli/commit/f25a321b6daaf1b52acd7ec7a997f17cd2cb14a1&quot;&gt;&lt;code&gt;f25a321&lt;/code&gt;&lt;/a> {Backup} Update paired region for southeastus (<a href="https://redirect.github.com/Azure/azure-cli/issues/30315&quot;&gt;#30315&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/Azure/azure-cli/commit/f76cfd25180e32724976a9a6b579470b6df729c9&quot;&gt;&lt;code&gt;f76cfd2&lt;/code&gt;&lt;/a> {Microsoft Entra ID} <code>az ad sp create-for-rbac</code>: Update examples and warnings...</li>
<li><a href="https://github.com/Azure/azure-cli/commit/97f79c9cd11b75922c49378f11dba94cab5c1654&quot;&gt;&lt;code&gt;97f79c9&lt;/code&gt;&lt;/a> {Profile} <code>az login</code>: Update examples and history note (<a href="https://redirect.github.com/Azure/azure-cli/issues/30291&quot;&gt;#30291&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/Azure/azure-cli/commit/1d0fd3f4e9b7161f510aa55af1b987f02d688201&quot;&gt;&lt;code&gt;1d0fd3f&lt;/code&gt;&lt;/a> {App Service} Skip tests to unblock CI (<a href="https://redirect.github.com/Azure/azure-cli/issues/30313&quot;&gt;#30313&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/Azure/azure-cli/commit/b1f35f2034998d594ea4583dbb297972bca503f4&quot;&gt;&lt;code&gt;b1f35f2&lt;/code&gt;&lt;/a> [Core] BREAKING CHANGE: <code>az extension add/update</code> and <code>az upgrade</code>: Install s...</li>
<li><a href="https://github.com/Azure/azure-cli/commit/2cb3d5123d950520b4d4a919c8525a6714dcb292&quot;&gt;&lt;code&gt;2cb3d51&lt;/code&gt;&lt;/a> {Eventhub} API-Version for <code>az eventhubs eventhub</code> <code>az eventhubs namespace</code> c...</li>
<li><a href="https://github.com/Azure/azure-cli/commit/6925bbde33512d0f723988438c197d81e4200187&quot;&gt;&lt;code&gt;6925bbd&lt;/code&gt;&lt;/a> Update resourceManagement.yml (<a href="https://redirect.github.com/Azure/azure-cli/issues/30264&quot;&gt;#30264&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/Azure/azure-cli/commit/ae1418a243aaf5d0e6a34044f5263a06e4f658f2&quot;&gt;&lt;code&gt;ae1418a&lt;/code&gt;&lt;/a> [AKS] <code>az aks enable-addon</code>: Update AGIC addon to use Network Contributor ins...</li>
<li><a href="https://github.com/Azure/azure-cli/commit/3624080b833cdadf65b4466ac217d1e57d6679a1&quot;&gt;&lt;code&gt;3624080&lt;/code&gt;&lt;/a> {Core} Update Next Breaking Change Release Version Number (<a href="https://redirect.github.com/Azure/azure-cli/issues/30288&quot;&gt;#30288&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/Azure/azure-cli/compare/azure-cli-2.66.0...azure-cli-2.67.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

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 commands and options

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)

Bumps [azure-cli](https://github.com/Azure/azure-cli) from 2.66.0 to 2.67.0.
- [Release notes](https://github.com/Azure/azure-cli/releases)
- [Changelog](https://github.com/Azure/azure-cli/blob/dev/doc/how_to_introduce_breaking_changes.md)
- [Commits](Azure/azure-cli@azure-cli-2.66.0...azure-cli-2.67.0)

---
updated-dependencies:
- dependency-name: azure-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the automatic Automatic action label Nov 20, 2024
@dependabot dependabot bot requested a review from a team as a code owner November 20, 2024 02:47
@dependabot dependabot bot added the dependency Dependency update label Nov 20, 2024
@ChristophShyper ChristophShyper added this pull request to the merge queue Nov 20, 2024
Merged via the queue into master with commit 011ee84 Nov 20, 2024
6 checks passed
@ChristophShyper ChristophShyper deleted the dependabot/pip/pip/azure/master/azure-cli-2.67.0 branch November 20, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automatic Automatic action dependency Dependency update
Development

Successfully merging this pull request may close these issues.

1 participant