Skip to content

Commit eed22b0

Browse files
authored
Update New-AzAutomationSourceControl.md (Azure#16366)
Depersonalised (replaced "My Azure Automation account" with "an Azure Automation account". Would also like to query the $token values in lines 32, 54, 75 - are these meant to be included or are they the authors personal access tokens?
1 parent 217d1fc commit eed22b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Automation/Automation/help/New-AzAutomationSourceControl.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# New-AzAutomationSourceControl
99

1010
## SYNOPSIS
11-
Creates an A Automation source control.
11+
Creates an Azure Automation source control.
1212

1313
## SYNTAX
1414

@@ -20,12 +20,12 @@ New-AzAutomationSourceControl -Name <String> -RepoUrl <Uri> -SourceType <String>
2020
```
2121

2222
## DESCRIPTION
23-
The New-AzAutomationSourceControl cmdlet creates a configuration to link my Azure Automation account with my VSTS TFVC, VSTS Git or GitHub.
23+
The New-AzAutomationSourceControl cmdlet creates a configuration to link an Azure Automation account with a VSTS TFVC, VSTS Git or GitHub.
2424

2525
## EXAMPLES
2626

2727
### Example 1
28-
Create a source control configuration to link my Azure Automation account with my VSTS TFVC project. TFVC projects do not have branches, and therefore, the Branch parameter is not specified.
28+
Create a source control configuration to link an Azure Automation account with a VSTS TFVC project. TFVC projects do not have branches, and therefore, the Branch parameter is not specified.
2929

3030
```powershell
3131
PS C:\> # VSTS Personal access token
@@ -45,7 +45,7 @@ VSTSNative VsoTfvc /Runbooks True True https://dev.azu
4545
```
4646

4747
### Example 2
48-
Create a source control configuration to link my Azure Automation account with my VSTS Git project.
48+
Create a source control configuration to link an Azure Automation account with a VSTS Git project.
4949

5050

5151
```powershell
@@ -67,7 +67,7 @@ VSTSGit VsoGit Development / True True https://dev.az
6767
```
6868

6969
### Example 3
70-
Create a source control configuration to link my Azure Automation account with my GitHub project.
70+
Create a source control configuration to link an Azure Automation account with a GitHub project.
7171

7272

7373
```powershell

0 commit comments

Comments
 (0)