Skip to content

Commit 7bcf0c5

Browse files
authored
Fix links of customized cmdlets (Azure#20932)
1 parent 9fdada5 commit 7bcf0c5

10 files changed

+11
-11
lines changed

src/StorageMover/custom/NewAzStorageMoverAzStorageContainerEndpoint.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ COMPLEX PARAMETER PROPERTIES
3434
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
3535
3636
.Link
37-
https://learn.microsoft.com/powershell/module/az.storagemover/new-azstoragemoverendpoint
37+
https://learn.microsoft.com/powershell/module/az.storagemover/new-azstoragemoverazstoragecontainerendpoint
3838
#>
3939
function New-AzStorageMoverAzStorageContainerEndpoint {
4040
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20230301.IEndpoint])]

src/StorageMover/custom/NewAzStorageMoverNfsEndpoint.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ COMPLEX PARAMETER PROPERTIES
3434
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
3535
3636
.Link
37-
https://learn.microsoft.com/powershell/module/az.storagemover/new-azstoragemoverendpoint
37+
https://learn.microsoft.com/powershell/module/az.storagemover/new-azstoragemovernfsendpoint
3838
#>
3939
function New-AzStorageMoverNfsEndpoint {
4040
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20230301.IEndpoint])]

src/StorageMover/custom/UnregisterAzStorageMoverAgent.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ INPUTOBJECT<IStorageMoverIdentity>: Identity Parameter
4242
[StorageMoverName<String>]: The name of the Storage Mover resource.
4343
[SubscriptionId<String>]: The ID of the target subscription.
4444
.Link
45-
https://learn.microsoft.com/powershell/module/az.storagemover/remove-azstoragemoveragent
45+
https://learn.microsoft.com/powershell/module/az.storagemover/unregister-azstoragemoveragent
4646
#>
4747
function Unregister-AzStorageMoverAgent {
4848
[OutputType([System.Boolean])]

src/StorageMover/custom/UpdateAzStorageMoverAzStorageContainerEndpoint.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ INPUTOBJECT<IStorageMoverIdentity>: Identity Parameter
5151
[SubscriptionId<String>]: The ID of the target subscription.
5252
5353
.Link
54-
https://learn.microsoft.com/powershell/module/az.storagemover/update-azstoragemoverendpoint
54+
https://learn.microsoft.com/powershell/module/az.storagemover/update-azstoragemoverazstoragecontainerendpoint
5555
#>
5656
function Update-AzStorageMoverAzStorageContainerEndpoint {
5757
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20230301.IEndpoint])]

src/StorageMover/custom/UpdateAzStorageMoverNfsEndpoint.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ INPUTOBJECT<IStorageMoverIdentity>: Identity Parameter
5151
[SubscriptionId<String>]: The ID of the target subscription.
5252
5353
.Link
54-
https://learn.microsoft.com/powershell/module/az.storagemover/update-azstoragemoverendpoint
54+
https://learn.microsoft.com/powershell/module/az.storagemover/update-azstoragemovernfsendpoint
5555
#>
5656
function Update-AzStorageMoverNfsEndpoint {
5757
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20230301.IEndpoint])]

src/StorageMover/docs/New-AzStorageMoverAzStorageContainerEndpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file:
33
Module Name: Az.StorageMover
4-
online version: https://learn.microsoft.com/powershell/module/az.storagemover/new-azstoragemoverendpoint
4+
online version: https://learn.microsoft.com/powershell/module/az.storagemover/new-azstoragemoverazstoragecontainerendpoint
55
schema: 2.0.0
66
---
77

@@ -26,7 +26,7 @@ Creates an AzStorageContainer endpoint resource, which represents a data transfe
2626

2727
### Example 1: Create a AzStorageContainer endpoint
2828
```powershell
29-
New-AzStorageMoverAzStorageContainerEndpoint -Name myEndpoint -ResourceGroupName myResourceGroup -BlobContainerName myContainer -StorageMoverName myStorageMover -StorageAccountResourceId myAccountResourceId
29+
New-AzStorageMoverAzStorageContainerEndpoint -Name myEndpoint -ResourceGroupName myResourceGroup -BlobContainerName myContainer -StorageMoverName myStorageMover -StorageAccountResourceId myAccountResourceId
3030
```
3131

3232
```output

src/StorageMover/docs/New-AzStorageMoverNfsEndpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file:
33
Module Name: Az.StorageMover
4-
online version: https://learn.microsoft.com/powershell/module/az.storagemover/new-azstoragemoverendpoint
4+
online version: https://learn.microsoft.com/powershell/module/az.storagemover/new-azstoragemovernfsendpoint
55
schema: 2.0.0
66
---
77

src/StorageMover/docs/Unregister-AzStorageMoverAgent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file:
33
Module Name: Az.StorageMover
4-
online version: https://learn.microsoft.com/powershell/module/az.storagemover/remove-azstoragemoveragent
4+
online version: https://learn.microsoft.com/powershell/module/az.storagemover/unregister-azstoragemoveragent
55
schema: 2.0.0
66
---
77

src/StorageMover/docs/Update-AzStorageMoverAzStorageContainerEndpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file:
33
Module Name: Az.StorageMover
4-
online version: https://learn.microsoft.com/powershell/module/az.storagemover/update-azstoragemoverendpoint
4+
online version: https://learn.microsoft.com/powershell/module/az.storagemover/update-azstoragemoverazstoragecontainerendpoint
55
schema: 2.0.0
66
---
77

src/StorageMover/docs/Update-AzStorageMoverNfsEndpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file:
33
Module Name: Az.StorageMover
4-
online version: https://learn.microsoft.com/powershell/module/az.storagemover/update-azstoragemoverendpoint
4+
online version: https://learn.microsoft.com/powershell/module/az.storagemover/update-azstoragemovernfsendpoint
55
schema: 2.0.0
66
---
77

0 commit comments

Comments
 (0)