Skip to content

Commit 0fee0a5

Browse files
authored
Update URL of docs from docs.microsoft.com to learn.microsoft.com. (#20263)
1 parent 67a97bc commit 0fee0a5

File tree

162 files changed

+188
-188
lines changed

Some content is hidden

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

162 files changed

+188
-188
lines changed

src/ADDomainServices/Az.ADDomainServices.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/ADDomainServices/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/ADDomainServices/custom/New-AzADDomainService.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ REPLICASET <IReplicaSet[]>: List of ReplicaSets
4343
[Location <String>]: Virtual network location
4444
[SubnetId <String>]: The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.
4545
.Link
46-
https://docs.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
46+
https://learn.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
4747
#>
4848
function New-AzADDomainService {
4949
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IDomainService])]

src/ADDomainServices/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.ADDomainServices.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.ADDomainServices.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.ADDomainServices`.
3838
- `Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.InternalExportAttribute`

src/ADDomainServices/custom/autogen-model-cmdlets/New-AzADDomainServiceForestTrustObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Create an in-memory object for ForestTrust.
2323
.Outputs
2424
Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ForestTrust
2525
.Link
26-
https://docs.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceForestTrustObject
26+
https://learn.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceForestTrustObject
2727
#>
2828
function New-AzADDomainServiceForestTrustObject {
2929
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ForestTrust')]

src/ADDomainServices/custom/autogen-model-cmdlets/New-AzADDomainServiceReplicaSetObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Create an in-memory object for ReplicaSet.
2323
.Outputs
2424
Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ReplicaSet
2525
.Link
26-
https://docs.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceReplicaSetObject
26+
https://learn.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceReplicaSetObject
2727
#>
2828
function New-AzADDomainServiceReplicaSetObject {
2929
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ReplicaSet')]

src/ADDomainServices/exports/Get-AzADDomainService.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ INPUTOBJECT <IAdDomainServicesIdentity>: Identity Parameter
4444
[ResourceGroupName <String>]: The name of the resource group within the user's subscription. The name is case insensitive.
4545
[SubscriptionId <String>]: Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4646
.Link
47-
https://docs.microsoft.com/powershell/module/az.addomainservices/get-azaddomainservice
47+
https://learn.microsoft.com/powershell/module/az.addomainservices/get-azaddomainservice
4848
#>
4949
function Get-AzADDomainService {
5050
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IDomainService])]

src/ADDomainServices/exports/New-AzADDomainService.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ REPLICASET <IReplicaSet[]>: List of ReplicaSets
5151
[Location <String>]: Virtual network location
5252
[SubnetId <String>]: The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.
5353
.Link
54-
https://docs.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
54+
https://learn.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
5555
#>
5656
function New-AzADDomainService {
5757
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IDomainService])]

src/ADDomainServices/exports/New-AzADDomainServiceForestTrustObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ New-AzADDomainServiceForestTrustObject -FriendlyName FriendlyNameTest
2525
.Outputs
2626
Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ForestTrust
2727
.Link
28-
https://docs.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceForestTrustObject
28+
https://learn.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceForestTrustObject
2929
#>
3030
function New-AzADDomainServiceForestTrustObject {
3131
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ForestTrust])]

src/ADDomainServices/exports/New-AzADDomainServiceReplicaSetObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ New-AzADDomainServiceReplicaSetObject -Location westus -SubnetId /subscriptions/
2525
.Outputs
2626
Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ReplicaSet
2727
.Link
28-
https://docs.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceReplicaSetObject
28+
https://learn.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceReplicaSetObject
2929
#>
3030
function New-AzADDomainServiceReplicaSetObject {
3131
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ReplicaSet])]

src/ADDomainServices/exports/ProxyCmdletDefinitions.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ INPUTOBJECT <IAdDomainServicesIdentity>: Identity Parameter
4444
[ResourceGroupName <String>]: The name of the resource group within the user's subscription. The name is case insensitive.
4545
[SubscriptionId <String>]: Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4646
.Link
47-
https://docs.microsoft.com/powershell/module/az.addomainservices/get-azaddomainservice
47+
https://learn.microsoft.com/powershell/module/az.addomainservices/get-azaddomainservice
4848
#>
4949
function Get-AzADDomainService {
5050
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IDomainService])]
@@ -236,7 +236,7 @@ INPUTOBJECT <IAdDomainServicesIdentity>: Identity Parameter
236236
[ResourceGroupName <String>]: The name of the resource group within the user's subscription. The name is case insensitive.
237237
[SubscriptionId <String>]: Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
238238
.Link
239-
https://docs.microsoft.com/powershell/module/az.addomainservices/remove-azaddomainservice
239+
https://learn.microsoft.com/powershell/module/az.addomainservices/remove-azaddomainservice
240240
#>
241241
function Remove-AzADDomainService {
242242
[OutputType([System.Boolean])]
@@ -454,7 +454,7 @@ REPLICASET <IReplicaSet[]>: List of ReplicaSets
454454
[Location <String>]: Virtual network location
455455
[SubnetId <String>]: The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.
456456
.Link
457-
https://docs.microsoft.com/powershell/module/az.addomainservices/update-azaddomainservice
457+
https://learn.microsoft.com/powershell/module/az.addomainservices/update-azaddomainservice
458458
#>
459459
function Update-AzADDomainService {
460460
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IDomainService])]
@@ -815,7 +815,7 @@ REPLICASET <IReplicaSet[]>: List of ReplicaSets
815815
[Location <String>]: Virtual network location
816816
[SubnetId <String>]: The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.
817817
.Link
818-
https://docs.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
818+
https://learn.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
819819
#>
820820
function New-AzADDomainService {
821821
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IDomainService])]
@@ -1146,7 +1146,7 @@ New-AzADDomainServiceForestTrustObject -FriendlyName FriendlyNameTest
11461146
.Outputs
11471147
Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ForestTrust
11481148
.Link
1149-
https://docs.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceForestTrustObject
1149+
https://learn.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceForestTrustObject
11501150
#>
11511151
function New-AzADDomainServiceForestTrustObject {
11521152
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ForestTrust])]
@@ -1268,7 +1268,7 @@ New-AzADDomainServiceReplicaSetObject -Location westus -SubnetId /subscriptions/
12681268
.Outputs
12691269
Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ReplicaSet
12701270
.Link
1271-
https://docs.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceReplicaSetObject
1271+
https://learn.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceReplicaSetObject
12721272
#>
12731273
function New-AzADDomainServiceReplicaSetObject {
12741274
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ReplicaSet])]

src/ADDomainServices/exports/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Exports
2-
This directory contains the cmdlets *exported by* `Az.ADDomainServices`. No other cmdlets in this repository are directly exported. What that means is the `Az.ADDomainServices` module will run [Export-ModuleMember](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/export-modulemember) on the cmldets in this directory. The cmdlets in this directory are generated at **build-time**. Do not put any custom code, files, cmdlets, etc. into this directory. Please use `..\custom` for all custom implementation.
2+
This directory contains the cmdlets *exported by* `Az.ADDomainServices`. No other cmdlets in this repository are directly exported. What that means is the `Az.ADDomainServices` module will run [Export-ModuleMember](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/export-modulemember) on the cmldets in this directory. The cmdlets in this directory are generated at **build-time**. Do not put any custom code, files, cmdlets, etc. into this directory. Please use `..\custom` for all custom implementation.
33

44
## Info
55
- Modifiable: no

src/ADDomainServices/exports/Remove-AzADDomainService.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ INPUTOBJECT <IAdDomainServicesIdentity>: Identity Parameter
4040
[ResourceGroupName <String>]: The name of the resource group within the user's subscription. The name is case insensitive.
4141
[SubscriptionId <String>]: Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4242
.Link
43-
https://docs.microsoft.com/powershell/module/az.addomainservices/remove-azaddomainservice
43+
https://learn.microsoft.com/powershell/module/az.addomainservices/remove-azaddomainservice
4444
#>
4545
function Remove-AzADDomainService {
4646
[OutputType([System.Boolean])]

src/ADDomainServices/exports/Update-AzADDomainService.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ REPLICASET <IReplicaSet[]>: List of ReplicaSets
5353
[Location <String>]: Virtual network location
5454
[SubnetId <String>]: The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.
5555
.Link
56-
https://docs.microsoft.com/powershell/module/az.addomainservices/update-azaddomainservice
56+
https://learn.microsoft.com/powershell/module/az.addomainservices/update-azaddomainservice
5757
#>
5858
function Update-AzADDomainService {
5959
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IDomainService])]

src/ADDomainServices/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ internal class ModulePageMetadataOutput
133133
{
134134
public PsModuleHelpInfo ModuleInfo { get; }
135135

136-
private static string HelpLinkPrefix { get; } = @"https://docs.microsoft.com/powershell/module/";
136+
private static string HelpLinkPrefix { get; } = @"https://learn.microsoft.com/powershell/module/";
137137

138138
public ModulePageMetadataOutput(PsModuleHelpInfo moduleInfo)
139139
{

src/ADDomainServices/generated/runtime/BuildTime/Models/PsProxyTypes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ internal class CommentInfo
367367
public string OnlineVersion { get; }
368368
public string[] RelatedLinks { get; }
369369

370-
private const string HelpLinkPrefix = @"https://docs.microsoft.com/powershell/module/";
370+
private const string HelpLinkPrefix = @"https://learn.microsoft.com/powershell/module/";
371371

372372
public CommentInfo(VariantGroup variantGroup)
373373
{

src/ADDomainServices/help/Az.ADDomainServices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Module Name: Az.ADDomainServices
33
Module Guid: bba49006-4c09-406e-8fad-dd48d1b381e7
4-
Download Help Link: https://docs.microsoft.com/powershell/module/az.addomainservices
4+
Download Help Link: https://learn.microsoft.com/powershell/module/az.addomainservices
55
Help Version: 1.0.0.0
66
Locale: en-US
77
---

src/ADDomainServices/help/Get-AzADDomainService.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.ADDomainServices
4-
online version: https://docs.microsoft.com/powershell/module/az.addomainservices/get-azaddomainservice
4+
online version: https://learn.microsoft.com/powershell/module/az.addomainservices/get-azaddomainservice
55
schema: 2.0.0
66
---
77

src/ADDomainServices/help/New-AzADDomainService.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.ADDomainServices
4-
online version: https://docs.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
4+
online version: https://learn.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
55
schema: 2.0.0
66
---
77

src/ADDomainServices/help/New-AzADDomainServiceForestTrustObject.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.ADDomainServices
4-
online version: https://docs.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceForestTrustObject
4+
online version: https://learn.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceForestTrustObject
55
schema: 2.0.0
66
---
77

src/ADDomainServices/help/New-AzADDomainServiceReplicaSetObject.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.ADDomainServices
4-
online version: https://docs.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceReplicaSetObject
4+
online version: https://learn.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceReplicaSetObject
55
schema: 2.0.0
66
---
77

src/ADDomainServices/help/Remove-AzADDomainService.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.ADDomainServices
4-
online version: https://docs.microsoft.com/powershell/module/az.addomainservices/remove-azaddomainservice
4+
online version: https://learn.microsoft.com/powershell/module/az.addomainservices/remove-azaddomainservice
55
schema: 2.0.0
66
---
77

src/ADDomainServices/help/Update-AzADDomainService.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.ADDomainServices
4-
online version: https://docs.microsoft.com/powershell/module/az.addomainservices/update-azaddomainservice
4+
online version: https://learn.microsoft.com/powershell/module/az.addomainservices/update-azaddomainservice
55
schema: 2.0.0
66
---
77

src/ADDomainServices/how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To generate documentation, the process is now integrated into the `build-module.
1414
To test the cmdlets, we use [Pester](https://github.com/pester/Pester). Tests scripts (`.ps1`) should be added to the `test` folder. To execute the Pester tests, run the `test-module.ps1` script. This will run all tests in `playback` mode within the `test` folder. To read more about testing cmdlets, look at the [README.md](examples/README.md) in the `examples` folder.
1515

1616
## Packing `Az.ADDomainServices`
17-
To pack `Az.ADDomainServices` for distribution, run the `pack-module.ps1` script. This will take the contents of multiple directories and certain root-folder files to create a `.nupkg`. The structure of the `.nupkg` is created so it can be loaded part of a [PSRepository](https://docs.microsoft.com/powershell/module/powershellget/register-psrepository). Additionally, this package is in a format for distribution to the [PSGallery](https://www.powershellgallery.com/). For signing an Azure module, please contact the [Azure PowerShell](https://github.com/Azure/azure-powershell) team.
17+
To pack `Az.ADDomainServices` for distribution, run the `pack-module.ps1` script. This will take the contents of multiple directories and certain root-folder files to create a `.nupkg`. The structure of the `.nupkg` is created so it can be loaded part of a [PSRepository](https://learn.microsoft.com/powershell/module/powershellget/register-psrepository). Additionally, this package is in a format for distribution to the [PSGallery](https://www.powershellgallery.com/). For signing an Azure module, please contact the [Azure PowerShell](https://github.com/Azure/azure-powershell) team.
1818

1919
## Module Script Details
2020
There are multiple scripts created for performing different actions for developing `Az.ADDomainServices`.

src/ADDomainServices/internal/Get-AzADDomainServiceOperation.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Lists all the available Domain Services operations.
2727
.Outputs
2828
Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IOperationEntity
2929
.Link
30-
https://docs.microsoft.com/powershell/module/az.addomainservices/get-azaddomainserviceoperation
30+
https://learn.microsoft.com/powershell/module/az.addomainservices/get-azaddomainserviceoperation
3131
#>
3232
function Get-AzADDomainServiceOperation {
3333
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IOperationEntity])]

src/ADDomainServices/internal/New-AzADDomainService.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ REPLICASET <IReplicaSet[]>: List of ReplicaSets
5151
[Location <String>]: Virtual network location
5252
[SubnetId <String>]: The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.
5353
.Link
54-
https://docs.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
54+
https://learn.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
5555
#>
5656
function New-AzADDomainService {
5757
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IDomainService])]

src/ADDomainServices/internal/ProxyCmdletDefinitions.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Lists all the available Domain Services operations.
2727
.Outputs
2828
Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IOperationEntity
2929
.Link
30-
https://docs.microsoft.com/powershell/module/az.addomainservices/get-azaddomainserviceoperation
30+
https://learn.microsoft.com/powershell/module/az.addomainservices/get-azaddomainserviceoperation
3131
#>
3232
function Get-AzADDomainServiceOperation {
3333
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IOperationEntity])]
@@ -160,7 +160,7 @@ REPLICASET <IReplicaSet[]>: List of ReplicaSets
160160
[Location <String>]: Virtual network location
161161
[SubnetId <String>]: The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.
162162
.Link
163-
https://docs.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
163+
https://learn.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
164164
#>
165165
function New-AzADDomainService {
166166
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IDomainService])]

0 commit comments

Comments
 (0)