Skip to content

Commit 1599bae

Browse files
authored
Domain name of online doc is changed from docs.microsoft.com to learn.microsoft.com. (#20265)
1 parent 6961ced commit 1599bae

File tree

238 files changed

+260
-260
lines changed

Some content is hidden

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

238 files changed

+260
-260
lines changed

src/Attestation/Attestation.Autorest/custom/New-AzAttestationProvider.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ POLICYSIGNINGCERTIFICATEKEY <IJsonWebKey[]>: The value of the "keys" parameter i
5050
[X5C <String[]>]: The "x5c" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate.
5151
[Y <String>]: Y coordinate for the Elliptic Curve point
5252
.Link
53-
https://docs.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
53+
https://learn.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
5454
#>
5555
function New-AzAttestationProvider {
5656
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider])]

src/Attestation/Attestation.Autorest/docs/Az.Attestation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Module Name: Az.Attestation
33
Module Guid: 2c3f4dc7-21e2-45f3-87dd-9f3ba30ae484
4-
Download Help Link: https://docs.microsoft.com/powershell/module/az.attestation
4+
Download Help Link: https://learn.microsoft.com/powershell/module/az.attestation
55
Help Version: 1.0.0.0
66
Locale: en-US
77
---

src/Attestation/Attestation.Autorest/docs/Get-AzAttestationDefaultProvider.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.Attestation
4-
online version: https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
4+
online version: https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
55
schema: 2.0.0
66
---
77

src/Attestation/Attestation.Autorest/docs/Get-AzAttestationProvider.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.Attestation
4-
online version: https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
4+
online version: https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
55
schema: 2.0.0
66
---
77

src/Attestation/Attestation.Autorest/docs/New-AzAttestationProvider.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.Attestation
4-
online version: https://docs.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
4+
online version: https://learn.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
55
schema: 2.0.0
66
---
77

src/Attestation/Attestation.Autorest/docs/Remove-AzAttestationProvider.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.Attestation
4-
online version: https://docs.microsoft.com/powershell/module/az.attestation/remove-azattestationprovider
4+
online version: https://learn.microsoft.com/powershell/module/az.attestation/remove-azattestationprovider
55
schema: 2.0.0
66
---
77

src/Attestation/Attestation.Autorest/docs/Update-AzAttestationProvider.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.Attestation
4-
online version: https://docs.microsoft.com/powershell/module/az.attestation/update-azattestationprovider
4+
online version: https://learn.microsoft.com/powershell/module/az.attestation/update-azattestationprovider
55
schema: 2.0.0
66
---
77

src/Attestation/Attestation.Autorest/exports/Get-AzAttestationDefaultProvider.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
4343
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4444
[SubscriptionId <String>]: The ID of the target subscription.
4545
.Link
46-
https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
46+
https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
4747
#>
4848
function Get-AzAttestationDefaultProvider {
4949
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider], [Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult])]

src/Attestation/Attestation.Autorest/exports/Get-AzAttestationProvider.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
4545
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4646
[SubscriptionId <String>]: The ID of the target subscription.
4747
.Link
48-
https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
48+
https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
4949
#>
5050
function Get-AzAttestationProvider {
5151
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider], [Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult])]

src/Attestation/Attestation.Autorest/exports/New-AzAttestationProvider.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ New-AzAttestationProvider -Name testprovider2 -ResourceGroupName test-rg -Locati
2727
.Outputs
2828
Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider
2929
.Link
30-
https://docs.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
30+
https://learn.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
3131
#>
3232
function New-AzAttestationProvider {
3333
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider])]

src/Attestation/Attestation.Autorest/exports/ProxyCmdletDefinitions.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
4343
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4444
[SubscriptionId <String>]: The ID of the target subscription.
4545
.Link
46-
https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
46+
https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
4747
#>
4848
function Get-AzAttestationDefaultProvider {
4949
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider], [Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult])]
@@ -228,7 +228,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
228228
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
229229
[SubscriptionId <String>]: The ID of the target subscription.
230230
.Link
231-
https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
231+
https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
232232
#>
233233
function Get-AzAttestationProvider {
234234
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider], [Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult])]
@@ -421,7 +421,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
421421
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
422422
[SubscriptionId <String>]: The ID of the target subscription.
423423
.Link
424-
https://docs.microsoft.com/powershell/module/az.attestation/remove-azattestationprovider
424+
https://learn.microsoft.com/powershell/module/az.attestation/remove-azattestationprovider
425425
#>
426426
function Remove-AzAttestationProvider {
427427
[OutputType([System.Boolean])]
@@ -614,7 +614,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
614614
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
615615
[SubscriptionId <String>]: The ID of the target subscription.
616616
.Link
617-
https://docs.microsoft.com/powershell/module/az.attestation/update-azattestationprovider
617+
https://learn.microsoft.com/powershell/module/az.attestation/update-azattestationprovider
618618
#>
619619
function Update-AzAttestationProvider {
620620
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider])]
@@ -794,7 +794,7 @@ New-AzAttestationProvider -Name testprovider2 -ResourceGroupName test-rg -Locati
794794
.Outputs
795795
Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider
796796
.Link
797-
https://docs.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
797+
https://learn.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
798798
#>
799799
function New-AzAttestationProvider {
800800
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider])]

src/Attestation/Attestation.Autorest/exports/Remove-AzAttestationProvider.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
4242
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4343
[SubscriptionId <String>]: The ID of the target subscription.
4444
.Link
45-
https://docs.microsoft.com/powershell/module/az.attestation/remove-azattestationprovider
45+
https://learn.microsoft.com/powershell/module/az.attestation/remove-azattestationprovider
4646
#>
4747
function Remove-AzAttestationProvider {
4848
[OutputType([System.Boolean])]

src/Attestation/Attestation.Autorest/exports/Update-AzAttestationProvider.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
4141
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4242
[SubscriptionId <String>]: The ID of the target subscription.
4343
.Link
44-
https://docs.microsoft.com/powershell/module/az.attestation/update-azattestationprovider
44+
https://learn.microsoft.com/powershell/module/az.attestation/update-azattestationprovider
4545
#>
4646
function Update-AzAttestationProvider {
4747
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider])]

src/Attestation/Attestation.Autorest/internal/Get-AzAttestationOperation.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Lists all of the available Azure attestation operations.
2727
.Outputs
2828
Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IOperationList
2929
.Link
30-
https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationoperation
30+
https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationoperation
3131
#>
3232
function Get-AzAttestationOperation {
3333
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IOperationList])]

src/Attestation/Attestation.Autorest/internal/New-AzAttestationProvider.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ POLICYSIGNINGCERTIFICATEKEY <IJsonWebKey[]>: The value of the "keys" parameter i
5050
[X5C <String[]>]: The "x5c" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate.
5151
[Y <String>]: Y coordinate for the Elliptic Curve point
5252
.Link
53-
https://docs.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
53+
https://learn.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
5454
#>
5555
function New-AzAttestationProvider {
5656
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider])]

src/Attestation/Attestation.Autorest/internal/ProxyCmdletDefinitions.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Lists all of the available Azure attestation operations.
2727
.Outputs
2828
Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IOperationList
2929
.Link
30-
https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationoperation
30+
https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationoperation
3131
#>
3232
function Get-AzAttestationOperation {
3333
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IOperationList])]
@@ -159,7 +159,7 @@ POLICYSIGNINGCERTIFICATEKEY <IJsonWebKey[]>: The value of the "keys" parameter i
159159
[X5C <String[]>]: The "x5c" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate.
160160
[Y <String>]: Y coordinate for the Elliptic Curve point
161161
.Link
162-
https://docs.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
162+
https://learn.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
163163
#>
164164
function New-AzAttestationProvider {
165165
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider])]

src/Attestation/Attestation/help/Add-AzAttestationPolicySigner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll-Help.xml
33
Module Name: Az.Attestation
4-
online version: https://docs.microsoft.com/powershell/module/az.attestation/add-azattestationpolicysigner
4+
online version: https://learn.microsoft.com/powershell/module/az.attestation/add-azattestationpolicysigner
55
schema: 2.0.0
66
---
77

src/Attestation/Attestation/help/Az.Attestation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Module Name: Az.Attestation
33
Module Guid: 249cb945-683e-4866-a9af-5704a2d890a5
4-
Download Help Link: https://docs.microsoft.com/powershell/module/az.attestation
4+
Download Help Link: https://learn.microsoft.com/powershell/module/az.attestation
55
Help Version: 0.0.1.0
66
Locale: en-US
77
---

src/Attestation/Attestation/help/Get-AzAttestationDefaultProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Az.Attestation-help.xml
33
Module Name: Az.Attestation
4-
online version: https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
4+
online version: https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
55
schema: 2.0.0
66
---
77

src/Attestation/Attestation/help/Get-AzAttestationPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll-Help.xml
33
Module Name: Az.Attestation
4-
online version: https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationpolicy
4+
online version: https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationpolicy
55
schema: 2.0.0
66
---
77

src/Attestation/Attestation/help/Get-AzAttestationPolicySigners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll-Help.xml
33
Module Name: Az.Attestation
4-
online version: https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationpolicysigners
4+
online version: https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationpolicysigners
55
schema: 2.0.0
66
---
77

src/Attestation/Attestation/help/Get-AzAttestationProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Az.Attestation-help.xml
33
Module Name: Az.Attestation
4-
online version: https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
4+
online version: https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
55
schema: 2.0.0
66
---
77

src/Attestation/Attestation/help/New-AzAttestationProvider.md

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

src/Attestation/Attestation/help/Remove-AzAttestationPolicySigner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll-Help.xml
33
Module Name: Az.Attestation
4-
online version: https://docs.microsoft.com/powershell/module/az.attestation/remove-azattestationpolicysigner
4+
online version: https://learn.microsoft.com/powershell/module/az.attestation/remove-azattestationpolicysigner
55
schema: 2.0.0
66
---
77

src/Attestation/Attestation/help/Remove-AzAttestationProvider.md

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

src/Attestation/Attestation/help/Reset-AzAttestationPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll-Help.xml
33
Module Name: Az.Attestation
4-
online version: https://docs.microsoft.com/powershell/module/az.attestation/reset-azattestationpolicy
4+
online version: https://learn.microsoft.com/powershell/module/az.attestation/reset-azattestationpolicy
55
schema: 2.0.0
66
---
77

src/Attestation/Attestation/help/Set-AzAttestationPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll-Help.xml
33
Module Name: Az.Attestation
4-
online version: https://docs.microsoft.com/powershell/module/az.attestation/set-azattestationpolicy
4+
online version: https://learn.microsoft.com/powershell/module/az.attestation/set-azattestationpolicy
55
schema: 2.0.0
66
---
77

src/Attestation/Attestation/help/Update-AzAttestationProvider.md

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

src/Automanage/exports/Get-AzAutomanageBestPractice.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get-AzAutomanageBestPractice -Name AzureBestPracticesProduction
2727
.Outputs
2828
Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IBestPractice
2929
.Link
30-
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanagebestpractice
30+
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanagebestpractice
3131
#>
3232
function Get-AzAutomanageBestPractice {
3333
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IBestPractice])]

src/Automanage/exports/Get-AzAutomanageConfigProfile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ INPUTOBJECT <IAutomanageIdentity>: Identity Parameter
4848
[VMName <String>]: The name of the virtual machine.
4949
[VersionName <String>]: The Automanage best practice version name.
5050
.Link
51-
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofile
51+
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofile
5252
#>
5353
function Get-AzAutomanageConfigProfile {
5454
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IConfigurationProfile])]

src/Automanage/exports/Get-AzAutomanageConfigProfileAssignment.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ INPUTOBJECT <IAutomanageIdentity>: Identity Parameter
4848
[VMName <String>]: The name of the virtual machine.
4949
[VersionName <String>]: The Automanage best practice version name.
5050
.Link
51-
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofileassignment
51+
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofileassignment
5252
#>
5353
function Get-AzAutomanageConfigProfileAssignment {
5454
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IConfigurationProfileAssignment])]

src/Automanage/exports/Get-AzAutomanageConfigProfileHciAssignment.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ INPUTOBJECT <IAutomanageIdentity>: Identity Parameter
4848
[VMName <String>]: The name of the virtual machine.
4949
[VersionName <String>]: The Automanage best practice version name.
5050
.Link
51-
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofilehciassignment
51+
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofilehciassignment
5252
#>
5353
function Get-AzAutomanageConfigProfileHciAssignment {
5454
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IConfigurationProfileAssignment])]

src/Automanage/exports/Get-AzAutomanageConfigProfileHcrpAssignment.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ INPUTOBJECT <IAutomanageIdentity>: Identity Parameter
4848
[VMName <String>]: The name of the virtual machine.
4949
[VersionName <String>]: The Automanage best practice version name.
5050
.Link
51-
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofilehcrpassignment
51+
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofilehcrpassignment
5252
#>
5353
function Get-AzAutomanageConfigProfileHcrpAssignment {
5454
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IConfigurationProfileAssignment])]

src/Automanage/exports/Get-AzAutomanageHciReport.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ INPUTOBJECT <IAutomanageIdentity>: Identity Parameter
4646
[VMName <String>]: The name of the virtual machine.
4747
[VersionName <String>]: The Automanage best practice version name.
4848
.Link
49-
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanagehcireport
49+
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanagehcireport
5050
#>
5151
function Get-AzAutomanageHciReport {
5252
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport])]

src/Automanage/exports/Get-AzAutomanageHcrpReport.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ INPUTOBJECT <IAutomanageIdentity>: Identity Parameter
4646
[VMName <String>]: The name of the virtual machine.
4747
[VersionName <String>]: The Automanage best practice version name.
4848
.Link
49-
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanagehcrpreport
49+
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanagehcrpreport
5050
#>
5151
function Get-AzAutomanageHcrpReport {
5252
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport])]

src/Automanage/exports/Get-AzAutomanageReport.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ INPUTOBJECT <IAutomanageIdentity>: Identity Parameter
4646
[VMName <String>]: The name of the virtual machine.
4747
[VersionName <String>]: The Automanage best practice version name.
4848
.Link
49-
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanagereport
49+
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanagereport
5050
#>
5151
function Get-AzAutomanageReport {
5252
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport])]

0 commit comments

Comments
 (0)