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
fix style issue
  • Loading branch information
kairu-ms committed Apr 25, 2025
commit 54a840b166fa05d11d678da4c74859f859fdb2f9
4 changes: 2 additions & 2 deletions src/azure-cli-core/azure/cli/core/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,8 +603,8 @@ def get_clouds(cli_ctx):
"2020-09-01-hybrid",
):
logger.error(
"The azure stack profile '{}' has been deprecated and removed, using the 'latest' profile instead.\n"
"To continue using Azure Stack please install the CLI `2.66.*` (LTS) version.".format(c.profile)
"The azure stack profile '%s' has been deprecated and removed, using the 'latest' profile instead.\n"
"To continue using Azure Stack please install the CLI `2.66.*` (LTS) version.", c.profile
)
c.profile = 'latest'
else:
Expand Down
Loading