Added macos install cask & tarball preview article#5878
Added macos install cask & tarball preview article#5878mikefrobbins wants to merge 4 commits intoMicrosoftDocs:mainfrom
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
25a2b10 to
ad7f04a
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
ad7f04a to
bfdaab0
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit b713887: ✅ Validation status: passed
For more details, please refer to the build report. |
| - System-level install: | ||
|
|
||
| ```bash | ||
| sudo mkdir -p /opt/azure-cli | ||
| sudo tar -xzf az.tar.gz -C /opt/azure-cli | ||
| ``` |
There was a problem hiding this comment.
I'm not sure if we need to have this
dcaro
left a comment
There was a problem hiding this comment.
Should we also consider having a section about the migration to the cask installation?
| This experience is currently in preview and will become the standard installation approach in a | ||
| future release. |
There was a problem hiding this comment.
Should we indicate that at that time, the current installation mecanism will be deprecated?
There was a problem hiding this comment.
here 2 options:
-
add more detail - On macOS, Azure CLI is evolving to support more secure authentication experiences, including broker-based authentication. These capabilities require a cask-based installation model.
As a result, we are transitioning from Homebrew Core to Homebrew Cask. This change does not remove or limit any existing Azure CLI functionality—Homebrew Cask remains fully compatible with all current CLI features and versions. -
just add one point - Required to support upcoming secure, broker-based authentication on macOS
PR Summary
Fixes AB#564254 - Added macos install cask and tarball preview article
PR Checklist