You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per guidelines in https://aka.ms/azsdk/guideline/links
<!--
Thank you for contributing to the Azure SDK for Go.
Please verify the following before submitting your PR, thank you!
-->
- [ ] The purpose of this PR is explained in this or a referenced issue.
- [ ] The PR does not update generated files.
- These files are managed by the codegen framework at [Azure/autorest.go][].
- [ ] Tests are included and/or updated for code changes.
- [ ] Updates to [CHANGELOG.md][] are included.
- [ ] MIT license headers are included in each file.
[Azure/autorest.go]: https://github.com/Azure/autorest.go
[CHANGELOG.md]: https://github.com/Azure/azure-sdk-for-go/blob/main/CHANGELOG.md
Copy file name to clipboardexpand all lines: documentation/new-version-quickstart.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ You will need to authenticate to Azure either by using Azure CLI to sign in or s
19
19
20
20
### Using Azure CLI to Sign In
21
21
22
-
You could easily use `az login` in command line to sign in to Azure via your default browser. Detail instructions can be found in [Sign in with Azure CLI](https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli).
22
+
You could easily use `az login` in command line to sign in to Azure via your default browser. Detail instructions can be found in [Sign in with Azure CLI](https://docs.microsoft.com/cli/azure/authenticate-azure-cli).
0 commit comments