Skip to content

Commit 7112437

Browse files
authored
Domain name of online doc is changed from docs.microsoft.com to learn.microsoft.com. (#20267)
1 parent 4a96b1b commit 7112437

File tree

360 files changed

+404
-404
lines changed

Some content is hidden

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

360 files changed

+404
-404
lines changed

src/CloudService/custom/Switch-AzCloudService.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Swaps VIPs between two cloud service (extended support) load balancers.
2020
Swaps VIPs between two cloud service (extended support) load balancers.
2121
2222
.Link
23-
https://docs.microsoft.com/powershell/module/az.cloudservice/Switch-AzCloudService
23+
https://learn.microsoft.com/powershell/module/az.cloudservice/Switch-AzCloudService
2424
2525
#>
2626
function Switch-AzCloudService {

src/CloudService/exports/Get-AzCloudService.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ INPUTOBJECT <ICloudServiceIdentity>: Identity Parameter
7575
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
7676
[UpdateDomain <Int32?>]: Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
7777
.Link
78-
https://docs.microsoft.com/powershell/module/az.cloudservice/get-azcloudservice
78+
https://learn.microsoft.com/powershell/module/az.cloudservice/get-azcloudservice
7979
#>
8080
function Get-AzCloudService {
8181
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICloudService])]

src/CloudService/exports/Get-AzCloudServiceInstanceView.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $cloudServiceInstanceView.ToJsonString()
7070
.Outputs
7171
Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICloudServiceInstanceView
7272
.Link
73-
https://docs.microsoft.com/powershell/module/az.cloudservice/get-azcloudserviceinstanceview
73+
https://learn.microsoft.com/powershell/module/az.cloudservice/get-azcloudserviceinstanceview
7474
#>
7575
function Get-AzCloudServiceInstanceView {
7676
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICloudServiceInstanceView])]

src/CloudService/exports/Get-AzCloudServiceNetworkInterface.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ INPUTOBJECT <ICloudServiceIdentity>: Identity Parameter
5151
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
5252
[UpdateDomain <Int32?>]: Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
5353
.Link
54-
https://docs.microsoft.com/powershell/module/az.cloudservice/get-azcloudservicenetworkinterface
54+
https://learn.microsoft.com/powershell/module/az.cloudservice/get-azcloudservicenetworkinterface
5555
#>
5656
function Get-AzCloudServiceNetworkInterface {
5757
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterface])]

src/CloudService/exports/Get-AzCloudServiceOSFamily.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ INPUTOBJECT <ICloudServiceIdentity>: Identity Parameter
4848
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4949
[UpdateDomain <Int32?>]: Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
5050
.Link
51-
https://docs.microsoft.com/powershell/module/az.cloudservice/get-azcloudserviceosfamily
51+
https://learn.microsoft.com/powershell/module/az.cloudservice/get-azcloudserviceosfamily
5252
#>
5353
function Get-AzCloudServiceOSFamily {
5454
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IOSFamily])]

src/CloudService/exports/Get-AzCloudServiceOSVersion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ INPUTOBJECT <ICloudServiceIdentity>: Identity Parameter
4848
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4949
[UpdateDomain <Int32?>]: Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
5050
.Link
51-
https://docs.microsoft.com/powershell/module/az.cloudservice/get-azcloudserviceosversion
51+
https://learn.microsoft.com/powershell/module/az.cloudservice/get-azcloudserviceosversion
5252
#>
5353
function Get-AzCloudServiceOSVersion {
5454
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IOSVersion])]

src/CloudService/exports/Get-AzCloudServicePublicIPAddress.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ INPUTOBJECT <ICloudServiceIdentity>: Identity Parameter
4949
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
5050
[UpdateDomain <Int32?>]: Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
5151
.Link
52-
https://docs.microsoft.com/powershell/module/az.cloudservice/get-azcloudservicepublicipaddress
52+
https://learn.microsoft.com/powershell/module/az.cloudservice/get-azcloudservicepublicipaddress
5353
#>
5454
function Get-AzCloudServicePublicIPAddress {
5555
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddress])]

src/CloudService/exports/Get-AzCloudServiceRoleInstance.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ INPUTOBJECT <ICloudServiceIdentity>: Identity Parameter
4848
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4949
[UpdateDomain <Int32?>]: Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
5050
.Link
51-
https://docs.microsoft.com/powershell/module/az.cloudservice/get-azcloudserviceroleinstance
51+
https://learn.microsoft.com/powershell/module/az.cloudservice/get-azcloudserviceroleinstance
5252
#>
5353
function Get-AzCloudServiceRoleInstance {
5454
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoleInstance])]

src/CloudService/exports/Get-AzCloudServiceRoleInstanceRemoteDesktopFile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get-AzCloudServiceRoleInstanceRemoteDesktopFile -ResourceGroupName "ContosOrg" -
2525
.Outputs
2626
System.Boolean
2727
.Link
28-
https://docs.microsoft.com/powershell/module/az.cloudservice/get-azcloudserviceroleinstanceremotedesktopfile
28+
https://learn.microsoft.com/powershell/module/az.cloudservice/get-azcloudserviceroleinstanceremotedesktopfile
2929
#>
3030
function Get-AzCloudServiceRoleInstanceRemoteDesktopFile {
3131
[OutputType([System.Boolean])]

src/CloudService/exports/Get-AzCloudServiceRoleInstanceView.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get-AzCloudServiceRoleInstanceView -ResourceGroupName "ContosOrg" -CloudServiceN
2525
.Outputs
2626
Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoleInstanceView
2727
.Link
28-
https://docs.microsoft.com/powershell/module/az.cloudservice/get-azcloudserviceroleinstanceview
28+
https://learn.microsoft.com/powershell/module/az.cloudservice/get-azcloudserviceroleinstanceview
2929
#>
3030
function Get-AzCloudServiceRoleInstanceView {
3131
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoleInstanceView])]

0 commit comments

Comments
 (0)