Skip to content

Commit 67a97bc

Browse files
authored
Update docs.microsoft.com to learn.microsoft.com. (#20290)
1 parent 5661274 commit 67a97bc

File tree

198 files changed

+273
-273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+273
-273
lines changed

src/StorageMover/Az.StorageMover.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
if(-not $accountsModule) {
36-
Write-Error "`nThis module requires $accountsName version 2.7.5 or greater. For installation instructions, please see: https://docs.microsoft.com/powershell/azure/install-az-ps" -ErrorAction Stop
36+
Write-Error "`nThis module requires $accountsName version 2.7.5 or greater. For installation instructions, please see: https://learn.microsoft.com/powershell/azure/install-az-ps" -ErrorAction Stop
3737
} elseif (($accountsModule.Version -lt [System.Version]'2.7.5') -and (-not $localAccounts)) {
3838
Write-Error "`nThis module requires $accountsName version 2.7.5 or greater. An earlier version of Az.Accounts is imported in the current PowerShell session. If you are running test, please try to add the switch '-RegenerateSupportModule' when executing 'test-module.ps1'. Otherwise please open a new PowerShell session and import this module again.`nAdditionally, this error could indicate that multiple incompatible versions of Azure PowerShell modules are installed on your system. For troubleshooting information, please see: https://aka.ms/azps-version-error" -ErrorAction Stop
3939
}

src/StorageMover/create-model-cmdlets.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Create an in-memory object for ${ObjectType}.
158158
.Outputs
159159
${ObjectTypeWithNamespace}
160160
.Link
161-
https://docs.microsoft.com/powershell/module/az.${ModuleName}/new-Az${ModulePrefix}${ObjectType}Object
161+
https://learn.microsoft.com/powershell/module/az.${ModuleName}/new-Az${ModulePrefix}${ObjectType}Object
162162
#>
163163
function New-Az${ModulePrefix}${ObjectType}Object {
164164
[OutputType('${ObjectTypeWithNamespace}')]

src/StorageMover/custom/NewAzStorageMoverAzStorageContainerEndpoint.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
# ----------------------------------------------------------------------------------
33
# Copyright (c) Microsoft Corporation. All rights reserved.
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -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://docs.microsoft.com/powershell/module/az.storagemover/new-azstoragemoverendpoint
37+
https://learn.microsoft.com/powershell/module/az.storagemover/new-azstoragemoverendpoint
3838
#>
3939
function New-AzStorageMoverAzStorageContainerEndpoint {
4040
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20220701Preview.IEndpoint])]

src/StorageMover/custom/NewAzStorageMoverNfsEndpoint.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
# ----------------------------------------------------------------------------------
33
# Copyright (c) Microsoft Corporation. All rights reserved.
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -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://docs.microsoft.com/powershell/module/az.storagemover/new-azstoragemoverendpoint
37+
https://learn.microsoft.com/powershell/module/az.storagemover/new-azstoragemoverendpoint
3838
#>
3939
function New-AzStorageMoverNfsEndpoint {
4040
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20220701Preview.IEndpoint])]

src/StorageMover/custom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ These provide functionality to our HTTP pipeline and other useful features. In s
3232
### Attributes
3333
For processing the cmdlets, we've created some additional attributes:
3434
- `Microsoft.Azure.PowerShell.Cmdlets.StorageMover.DescriptionAttribute`
35-
- Used in C# cmdlets to provide a high-level description of the cmdlet. This is propagated to reference documentation via [help comments](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) in the exported scripts.
35+
- Used in C# cmdlets to provide a high-level description of the cmdlet. This is propagated to reference documentation via [help comments](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) in the exported scripts.
3636
- `Microsoft.Azure.PowerShell.Cmdlets.StorageMover.DoNotExportAttribute`
3737
- Used in C# and script cmdlets to suppress creating an exported cmdlet at build-time. These cmdlets will *not be exposed* by `Az.StorageMover`.
3838
- `Microsoft.Azure.PowerShell.Cmdlets.StorageMover.InternalExportAttribute`

src/StorageMover/custom/RemoveAzStorageMover.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
# ----------------------------------------------------------------------------------
33
# Copyright (c) Microsoft Corporation. All rights reserved.
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -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://docs.microsoft.com/powershell/module/az.storagemover/remove-azstoragemover
45+
https://learn.microsoft.com/powershell/module/az.storagemover/remove-azstoragemover
4646
#>
4747
function Remove-AzStorageMover {
4848
[OutputType([System.Boolean])]

src/StorageMover/custom/UnregisterAzStorageMoverAgent.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
# ----------------------------------------------------------------------------------
33
# Copyright (c) Microsoft Corporation. All rights reserved.
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -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://docs.microsoft.com/powershell/module/az.storagemover/remove-azstoragemoveragent
45+
https://learn.microsoft.com/powershell/module/az.storagemover/remove-azstoragemoveragent
4646
#>
4747
function Unregister-AzStorageMoverAgent {
4848
[OutputType([System.Boolean])]

src/StorageMover/custom/UpdateAzStorageMoverAzStorageContainerEndpoint.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
# ----------------------------------------------------------------------------------
33
# Copyright (c) Microsoft Corporation. All rights reserved.
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -51,7 +51,7 @@ INPUTOBJECT<IStorageMoverIdentity>: Identity Parameter
5151
[SubscriptionId<String>]: The ID of the target subscription.
5252
5353
.Link
54-
https://docs.microsoft.com/powershell/module/az.storagemover/update-azstoragemoverendpoint
54+
https://learn.microsoft.com/powershell/module/az.storagemover/update-azstoragemoverendpoint
5555
#>
5656
function Update-AzStorageMoverAzStorageContainerEndpoint {
5757
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20220701Preview.IEndpoint])]

src/StorageMover/custom/UpdateAzStorageMoverNfsEndpoint.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
# ----------------------------------------------------------------------------------
33
# Copyright (c) Microsoft Corporation. All rights reserved.
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -51,7 +51,7 @@ INPUTOBJECT<IStorageMoverIdentity>: Identity Parameter
5151
[SubscriptionId<String>]: The ID of the target subscription.
5252
5353
.Link
54-
https://docs.microsoft.com/powershell/module/az.storagemover/update-azstoragemoverendpoint
54+
https://learn.microsoft.com/powershell/module/az.storagemover/update-azstoragemoverendpoint
5555
#>
5656
function Update-AzStorageMoverNfsEndpoint {
5757
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20220701Preview.IEndpoint])]

src/StorageMover/exports/Get-AzStorageMover.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ INPUTOBJECT <IStorageMoverIdentity>: Identity Parameter
4646
[StorageMoverName <String>]: The name of the Storage Mover resource.
4747
[SubscriptionId <String>]: The ID of the target subscription.
4848
.Link
49-
https://docs.microsoft.com/powershell/module/az.storagemover/get-azstoragemover
49+
https://learn.microsoft.com/powershell/module/az.storagemover/get-azstoragemover
5050
#>
5151
function Get-AzStorageMover {
5252
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20220701Preview.IStorageMover])]

0 commit comments

Comments
 (0)