Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/azure-cli-core/azure/cli/core/cloud.py
  • Loading branch information
kairu-ms authored Apr 27, 2025
commit 05efc04564d10256fa4f5aa52fb05108ba3d379f
2 changes: 1 addition & 1 deletion src/azure-cli-core/azure/cli/core/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def get_clouds(cli_ctx):
):
logger.error(
"The azure stack profile '%s' has been deprecated and removed, using the 'latest' profile instead.\n"
"To continue using Azure Stack please install the Azure CLI `2.66.*` (LTS) version.", c.profile
"To continue using Azure Stack, please install the Azure CLI `2.66.*` (LTS) version. For more details, refer to: https://learn.microsoft.com/en-us/cli/azure/whats-new-overview#important-notice-for-azure-stack-hub-customers", c.profile
)
c.profile = 'latest'
else:
Expand Down
Loading