Skip to content

Commit

Permalink
format the help markdown files of Az.Migrate in generation (#18748)
Browse files Browse the repository at this point in the history
* format the help markdown files of Az.Migrate in generation

* format the help markdown files of Az.Migrate in generation

Co-authored-by: Ziyue Zheng <v-ziyzhe@microsoft.com>
  • Loading branch information
CaptainFanZzz and ziyuezh576 authored Jul 4, 2022
1 parent a965d66 commit 371c637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The Initialize-AzMigrateReplicationInfrastructure cmdlet initialises the infrast

### Example 1: Initialises the infrastructure for the migrate project.
```powershell
Initialize-AzMigrateReplicationInfrastructure.ps1 -ResourceGroupName TestRG -ProjectName TestProject -Vmwareagentless -TargetRegion centralus
Initialize-AzMigrateReplicationInfrastructure -ResourceGroupName TestRG -ProjectName TestProject -TargetRegion centralus
```

```output
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Example 1: Initialises the infrastructure for the migrate project.
```powershell
Initialize-AzMigrateReplicationInfrastructure.ps1 -ResourceGroupName TestRG -ProjectName TestProject -Vmwareagentless -TargetRegion centralus
Initialize-AzMigrateReplicationInfrastructure -ResourceGroupName TestRG -ProjectName TestProject -TargetRegion centralus
```

```output
Expand Down

0 comments on commit 371c637

Please sign in to comment.