-
Notifications
You must be signed in to change notification settings - Fork 3k
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
{doc} Update domain after Microsoft Docs rebranding to Microsoft Learn #30159
Conversation
️✔️AzureCLI-FullTest
|
Hi @xmdanni, |
️✔️AzureCLI-BreakingChangeTest
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
@@ -4002,7 +4002,7 @@ interactions: | |||
and can be used to control the operation of AUTO_INCREMENT columns.","defaultValue":"1","dataType":"Integer","allowedValues":"1-65535","source":"system-default","isConfigPendingRestart":"False","isDynamicConfig":"True"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.DBforMySQL/servers/azuredbclitest000002/configurations/auto_increment_increment","name":"auto_increment_increment","type":"Microsoft.DBforMySQL/servers/configurations"},{"properties":{"value":"1","description":"The | |||
auto_increment_offset is intended for use with source-to-source replication, | |||
and can be used to control the operation of AUTO_INCREMENT columns.","defaultValue":"1","dataType":"Integer","allowedValues":"1-65535","source":"system-default","isConfigPendingRestart":"False","isDynamicConfig":"True"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.DBforMySQL/servers/azuredbclitest000002/configurations/auto_increment_offset","name":"auto_increment_offset","type":"Microsoft.DBforMySQL/servers/configurations"},{"properties":{"value":"0","description":"Number | |||
of seconds to service waits before the binary log file gets purged. See: https://docs.microsoft.com/en-us/azure/mysql/flexible-server/concepts-server-parameters#binlog_expire_logs_seconds","defaultValue":"0","dataType":"Integer","allowedValues":"0-4294967295","source":"system-default","isConfigPendingRestart":"False","isDynamicConfig":"True"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.DBforMySQL/servers/azuredbclitest000002/configurations/binlog_expire_logs_seconds","name":"binlog_expire_logs_seconds","type":"Microsoft.DBforMySQL/servers/configurations"},{"properties":{"value":"0","description":"Controls | |||
of seconds to service waits before the binary log file gets purged. See: https://learn.microsoft.com/en-us/azure/mysql/flexible-server/concepts-server-parameters#binlog_expire_logs_seconds","defaultValue":"0","dataType":"Integer","allowedValues":"0-4294967295","source":"system-default","isConfigPendingRestart":"False","isDynamicConfig":"True"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.DBforMySQL/servers/azuredbclitest000002/configurations/binlog_expire_logs_seconds","name":"binlog_expire_logs_seconds","type":"Microsoft.DBforMySQL/servers/configurations"},{"properties":{"value":"0","description":"Controls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recordings should be skipped. As previously motioned in this PR: #27040.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Commenter does not have sufficient privileges for PR 30159 in repo Azure/azure-cli |
@@ -587,7 +587,7 @@ def shell_safe_json_parse(json_or_dict_string, preserve_order=False, strict=True | |||
# Recommendation for all shells | |||
from azure.cli.core.azclierror import InvalidArgumentValueError | |||
recommendation = "The provided JSON string may have been parsed by the shell. See " \ | |||
"https://docs.microsoft.com/cli/azure/use-cli-effectively#use-quotation-marks-in-arguments" | |||
"https://learn.microsoft.com/cli/azure/use-azure-cli-successfully-quoting#json-strings" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line was reported too long in the style-check CI error, and when I clicked into this link, I found the original H2 no longer exists on the page, so I searched the related information from another page and updated this link. Please check it and let me know if the updated link is correct, thanks! @AllyW @jiasli @jsntcy
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Related command
Description
Microsoft Docs has been rebranded to Microsoft Learn for a long time, outdated links can have a negative impact on the output of the generative AI for Knowledge Service. So, links on reference pages need to use our new domain.
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a
: Make some customer-facing breaking change[Component Name 2]
az command b
: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.