-
Notifications
You must be signed in to change notification settings - Fork 83
Fix minor typos in README.md #789
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
Conversation
|
👋 Hello @brianveldman, Thank you for your pull request, a team member will review it soon. All issues and pull requests are validated by the Arc Jumpstart team and must pass all validation checks before being merged. By submitting this pull request, you agree that your contributions will be licensed under the MIT license license and you confirm that you've read and will abide by our Code of Conduct. |
janegilring
left a comment
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.
LGTM
* Added Microsoft.KeyVault in the list of required azure resource provider (#792) During deployment identified below service provider needs to be registered too hence added to both PowerShell and cli commands Register-AzResourceProvider -ProviderNamespace "Microsoft.KeyVault" az provider register --namespace Microsoft.Keyvault * Fix minor typos in README.md (#789) * Update password requirements for Windows account (#795) Password length needs to be 14 characters long, in stead of 12 Co-authored-by: Lior Kamrat <[email protected]> --------- Co-authored-by: Sammy1712 <[email protected]> Co-authored-by: Brian Veldman <[email protected]> Co-authored-by: Daniel Etten <[email protected]> Co-authored-by: Lior Kamrat <[email protected]>
* Documentation corrections and improvements (#793) * Added Microsoft.KeyVault in the list of required azure resource provider (#792) During deployment identified below service provider needs to be registered too hence added to both PowerShell and cli commands Register-AzResourceProvider -ProviderNamespace "Microsoft.KeyVault" az provider register --namespace Microsoft.Keyvault * Fix minor typos in README.md (#789) * Update password requirements for Windows account (#795) Password length needs to be 14 characters long, in stead of 12 Co-authored-by: Lior Kamrat <[email protected]> --------- Co-authored-by: Sammy1712 <[email protected]> Co-authored-by: Brian Veldman <[email protected]> Co-authored-by: Daniel Etten <[email protected]> Co-authored-by: Lior Kamrat <[email protected]> * August 2025 release notes --------- Co-authored-by: Lior Kamrat <[email protected]> Co-authored-by: Jan Egil Ring <[email protected]> Co-authored-by: Sammy1712 <[email protected]> Co-authored-by: Brian Veldman <[email protected]> Co-authored-by: Daniel Etten <[email protected]>
* Added Microsoft.KeyVault in the list of required azure resource provider (#792) During deployment identified below service provider needs to be registered too hence added to both PowerShell and cli commands Register-AzResourceProvider -ProviderNamespace "Microsoft.KeyVault" az provider register --namespace Microsoft.Keyvault * Fix minor typos in README.md (#789) * Update password requirements for Windows account (#795) Password length needs to be 14 characters long, in stead of 12 Co-authored-by: Lior Kamrat <[email protected]> * Kianaharris updates (#796) * Documentation corrections and improvements (#793) * Added Microsoft.KeyVault in the list of required azure resource provider (#792) During deployment identified below service provider needs to be registered too hence added to both PowerShell and cli commands Register-AzResourceProvider -ProviderNamespace "Microsoft.KeyVault" az provider register --namespace Microsoft.Keyvault * Fix minor typos in README.md (#789) * Update password requirements for Windows account (#795) Password length needs to be 14 characters long, in stead of 12 Co-authored-by: Lior Kamrat <[email protected]> --------- Co-authored-by: Sammy1712 <[email protected]> Co-authored-by: Brian Veldman <[email protected]> Co-authored-by: Daniel Etten <[email protected]> Co-authored-by: Lior Kamrat <[email protected]> * August 2025 release notes --------- Co-authored-by: Lior Kamrat <[email protected]> Co-authored-by: Jan Egil Ring <[email protected]> Co-authored-by: Sammy1712 <[email protected]> Co-authored-by: Brian Veldman <[email protected]> Co-authored-by: Daniel Etten <[email protected]> --------- Co-authored-by: Sammy1712 <[email protected]> Co-authored-by: Brian Veldman <[email protected]> Co-authored-by: Daniel Etten <[email protected]> Co-authored-by: Lior Kamrat <[email protected]> Co-authored-by: Jan Egil Ring <[email protected]>
* Documentation corrections and improvements (#793) * Added Microsoft.KeyVault in the list of required azure resource provider (#792) During deployment identified below service provider needs to be registered too hence added to both PowerShell and cli commands Register-AzResourceProvider -ProviderNamespace "Microsoft.KeyVault" az provider register --namespace Microsoft.Keyvault * Fix minor typos in README.md (#789) * Update password requirements for Windows account (#795) Password length needs to be 14 characters long, in stead of 12 Co-authored-by: Lior Kamrat <[email protected]> --------- Co-authored-by: Sammy1712 <[email protected]> Co-authored-by: Brian Veldman <[email protected]> Co-authored-by: Daniel Etten <[email protected]> Co-authored-by: Lior Kamrat <[email protected]> * August 2025 release notes * sept 2025 release updates --------- Co-authored-by: Lior Kamrat <[email protected]> Co-authored-by: Jan Egil Ring <[email protected]> Co-authored-by: Sammy1712 <[email protected]> Co-authored-by: Brian Veldman <[email protected]> Co-authored-by: Daniel Etten <[email protected]>
This pull request makes minor improvements to the
README.mddocumentation by fixing typos and clarifying some phrasing.Documentation fixes and improvements:
mainbranch to clarify that it contains the latest documentation deployed to the production slot.