Skip to content

Commit 1c95b71

Browse files
authored
Apply suggestions from code review
1 parent f470d96 commit 1c95b71

6 files changed

+10
-10
lines changed

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Instead, please report them to the Microsoft Security Response Center (MSRC) at
1414

1515
If you prefer to submit without logging in, email [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
1616

17-
You should receive a response within 24 hours. If you still need to, please email us to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
17+
You should receive a response within 24 hours. If you do not, you can email us to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
1818

1919
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
2020

@@ -28,7 +28,7 @@ Please include the requested information listed below (as much as you can provid
2828

2929
This information will help us triage your report more quickly.
3030

31-
More complete reports can contribute to a higher bounty award if you are reporting for a bug bounty. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
31+
If you are reporting for a bug bounty, providing more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
3232

3333
## Preferred Languages
3434

ThirdPartyNotices.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ see the [LICENSE](LICENSE) file, and grant you a license to any code in the repo
55
[LICENSE-CODE](LICENSE-CODE) file.
66

77
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
8-
Microsoft may be either trademarks or registered trademarks in the United States and/or other countries.
8+
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
99
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
1010
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.
1111

1212
Privacy information can be found at https://privacy.microsoft.com/en-us/
1313

14-
Microsoft and any contributors reserve all other's rights, whether under their respective copyrights, patents,
14+
Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents,
1515
or trademarks, whether by implication, estoppel, or otherwise.

markdown templates/aml-templates/template-concepts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: CONCEPT SUCH AS Web Services in Azure Machine Learning in 59 chars or less. Include the name Azure Machine Learning. Test title here https://moz.com/learn/seo/title-tag
3-
description: This string describes the article in 115 to 145 characters. Use SEO kind of action verbs here. Such as - Learning how to do this and that using customer words. This info is displayed on the search page in line with the article date stamp. If your intro para describes your article's intent, you can use it here, edited for length.
3+
description: This string describes the article in 115 to 145 characters. Use SEO kind of action verbs here. For example, Learning how to do this and that using customer words. This info is displayed on the search page in line with the article date stamp. If your intro paragraph describes your article's intent, you can use it here, edited for length.
44
services: machine-learning
55
ms.service: machine-learning
66
ms.subservice: core

markdown templates/aml-templates/template-howto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: your-msft-alias
1010
author: your-github-account-name
1111
ms.date: 04/10/2018
1212
---
13-
# This H1 is the title of the article. It appears in search, appears at the top of the article, and has the second greatest impact on search, 100 chars or less.
13+
# This H1 is the title of the article. It appears in search, appears at the top of the article, and has the second greatest impact on search. 100 chars or less.
1414

1515
Guidance [here](https://review.learn.microsoft.com/help/contribute/contribute-how-to-write-seo-basics?branch=main)
1616

markdown templates/markdown-template-for-support-articles-troubleshoot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: service-name
55
documentationcenter: dev-center-name
66
author: GitHub-alias-of-only-one-author
77
manager: manager-alias
8-
editor:"
8+
editor: editor-alias
99
tags: top-support-issue
1010

1111
ms.service: required

markdown templates/virtual-machines-ps-template-compare-sm-arm-task.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pay attention to spacing and indents. They affect formatting.
1111
<!--replace this with Properties and Tags sections. These are required sections. See "article-metadata.md" under your repo's "contributor-guide" folder. Attributes in each section can be placed on separate lines to make them easier to read and check-->
1212

1313
# Use Azure PowerShell to [task]
14-
This article shows you how to [task] using commands from the Azure and the Azure Resource Manager modules. This is intended to help you learn the new commands and migrate existing scripts to the new commands.
14+
This article shows you how to [task] by using commands from the Azure and the Azure Resource Manager modules. This is intended to help you learn the new commands and migrate existing scripts to the new commands.
1515

1616
## Prerequisite: Install a Recent Version of Azure PowerShell
1717
If you haven't done so already, install at least the [version number] version of Azure PowerShell on your local computer. Using an earlier version will have different Azure Resource Manager cmdlets described in this article. For details, see:
@@ -32,13 +32,13 @@ Then, use the following syntax to add a reference to the image in your article:
3232
![](./media/name-of-file-without-extension/image-name-no-spaces.png)
3333
-->
3434

35-
<!--if a command string uses variables, define the variables first using the following construction. Sometimes, the variable is straightforward and doesn't need much explanation. But parameters such as location and size can benefit from brief description or listing of all accepted values:-->
35+
<!--if a command string uses variables, define the variables first using the following construction. In some cases, the variable is straightforward and doesn't need much explanation. But parameters such as location and size can benefit from brief explanation or listing of all accepted values:-->
3636

3737
These command examples use the following variables:
3838

3939
$FriendlyName"\<Describe value>"
4040

41-
<!-- if it makes more sense to present this in a table, use this. Otherwise, delete. The table will render once it's in GitHub or published to Sandbox.-->
41+
<!-- if it makes more sense to present this in a table, use this. Otherwise, delete. The table will render after it's in GitHub or published to Sandbox.-->
4242

4343
| Service Management | Resource Manager |
4444
| --- | --- |

0 commit comments

Comments
 (0)