Skip to content

Update New-AzAutomationSourceControl.md #16366

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

Merged
merged 1 commit into from
Nov 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/Automation/Automation/help/New-AzAutomationSourceControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# New-AzAutomationSourceControl

## SYNOPSIS
Creates an A Automation source control.
Creates an Azure Automation source control.

## SYNTAX

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

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

## EXAMPLES

### Example 1
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.
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.

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

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


```powershell
Expand All @@ -67,7 +67,7 @@ VSTSGit VsoGit Development / True True https://dev.az
```

### Example 3
Create a source control configuration to link my Azure Automation account with my GitHub project.
Create a source control configuration to link an Azure Automation account with a GitHub project.


```powershell
Expand Down