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])]

src/CloudService/exports/Invoke-AzCloudServiceRebuild.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/invoke-azcloudservicerebuild
54+
https://learn.microsoft.com/powershell/module/az.cloudservice/invoke-azcloudservicerebuild
5555
#>
5656
function Invoke-AzCloudServiceRebuild {
5757
[OutputType([System.Boolean])]

src/CloudService/exports/Invoke-AzCloudServiceReimage.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/invoke-azcloudservicereimage
52+
https://learn.microsoft.com/powershell/module/az.cloudservice/invoke-azcloudservicereimage
5353
#>
5454
function Invoke-AzCloudServiceReimage {
5555
[OutputType([System.Boolean])]

src/CloudService/exports/Invoke-AzCloudServiceRoleInstanceRebuild.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/invoke-azcloudserviceroleinstancerebuild
51+
https://learn.microsoft.com/powershell/module/az.cloudservice/invoke-azcloudserviceroleinstancerebuild
5252
#>
5353
function Invoke-AzCloudServiceRoleInstanceRebuild {
5454
[OutputType([System.Boolean])]

src/CloudService/exports/Invoke-AzCloudServiceRoleInstanceReimage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ INPUTOBJECT <ICloudServiceIdentity>: Identity Parameter
4646
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4747
[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.
4848
.Link
49-
https://docs.microsoft.com/powershell/module/az.cloudservice/invoke-azcloudserviceroleinstancereimage
49+
https://learn.microsoft.com/powershell/module/az.cloudservice/invoke-azcloudserviceroleinstancereimage
5050
#>
5151
function Invoke-AzCloudServiceRoleInstanceReimage {
5252
[OutputType([System.Boolean])]

src/CloudService/exports/New-AzCloudService.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ ROLEPROFILE <ICloudServiceRoleProfile>: Describes the role profile for the cloud
230230
[SkuName <String>]: The sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku.
231231
[SkuTier <String>]: Specifies the tier of the cloud service. Possible Values are <br /><br /> **Standard** <br /><br /> **Basic**
232232
.Link
233-
https://docs.microsoft.com/powershell/module/az.cloudservice/new-azcloudservice
233+
https://learn.microsoft.com/powershell/module/az.cloudservice/new-azcloudservice
234234
#>
235235
function New-AzCloudService {
236236
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICloudService])]

src/CloudService/exports/New-AzCloudServiceDiagnosticsExtension.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $extension = New-AzCloudServiceDiagnosticsExtension -Name "WADExtension" -Resour
2727
.Outputs
2828
Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.Extension
2929
.Link
30-
https://docs.microsoft.com/powershell/module/az.cloudservice/new-azcloudservicediagnosticsextension
30+
https://learn.microsoft.com/powershell/module/az.cloudservice/new-azcloudservicediagnosticsextension
3131
#>
3232
function New-AzCloudServiceDiagnosticsExtension {
3333
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.Extension])]

src/CloudService/exports/New-AzCloudServiceExtensionObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $extension = New-AzCloudServiceExtensionObject -Name "GenevaExtension" -Publishe
2525
.Outputs
2626
Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.Extension
2727
.Link
28-
https://docs.microsoft.com/powershell/module/az.cloudservice/new-azcloudserviceextensionobject
28+
https://learn.microsoft.com/powershell/module/az.cloudservice/new-azcloudserviceextensionobject
2929
#>
3030
function New-AzCloudServiceExtensionObject {
3131
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.Extension])]

src/CloudService/exports/New-AzCloudServiceLoadBalancerConfigurationObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ FRONTENDIPCONFIGURATION <ILoadBalancerFrontendIPConfiguration[]>: FrontendIPConf
3737
[PublicIPAddressId <String>]: Resource Id
3838
[SubnetId <String>]: Resource Id
3939
.Link
40-
https://docs.microsoft.com/powershell/module/az.cloudservice/new-azcloudserviceloadbalancerconfigurationobject
40+
https://learn.microsoft.com/powershell/module/az.cloudservice/new-azcloudserviceloadbalancerconfigurationobject
4141
#>
4242
function New-AzCloudServiceLoadBalancerConfigurationObject {
4343
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.LoadBalancerConfiguration])]

src/CloudService/exports/New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $loadBalancerConfig = New-AzCloudServiceLoadBalancerConfigurationObject -Name 'C
3333
.Outputs
3434
Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.LoadBalancerFrontendIPConfiguration
3535
.Link
36-
https://docs.microsoft.com/powershell/module/az.cloudservice/new-azcloudserviceloadbalancerfrontendipconfigurationobject
36+
https://learn.microsoft.com/powershell/module/az.cloudservice/new-azcloudserviceloadbalancerfrontendipconfigurationobject
3737
#>
3838
function New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject {
3939
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.LoadBalancerFrontendIPConfiguration])]

src/CloudService/exports/New-AzCloudServiceRemoteDesktopExtensionObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $extension = New-AzCloudServiceRemoteDesktopExtensionObject -Name 'RDPExtension'
2727
.Outputs
2828
Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.Extension
2929
.Link
30-
https://docs.microsoft.com/powershell/module/az.cloudservice/new-azcloudserviceremotedesktopextensionobject
30+
https://learn.microsoft.com/powershell/module/az.cloudservice/new-azcloudserviceremotedesktopextensionobject
3131
#>
3232
function New-AzCloudServiceRemoteDesktopExtensionObject {
3333
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.Extension])]

src/CloudService/exports/New-AzCloudServiceRoleProfilePropertiesObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $role = New-AzCloudServiceRoleProfilePropertiesObject -Name 'WebRole' -SkuName '
2525
.Outputs
2626
Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.CloudServiceRoleProfileProperties
2727
.Link
28-
https://docs.microsoft.com/powershell/module/az.cloudservice/new-azcloudserviceroleprofilepropertiesobject
28+
https://learn.microsoft.com/powershell/module/az.cloudservice/new-azcloudserviceroleprofilepropertiesobject
2929
#>
3030
function New-AzCloudServiceRoleProfilePropertiesObject {
3131
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.CloudServiceRoleProfileProperties])]

src/CloudService/exports/New-AzCloudServiceVaultSecretGroupObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $secretGroup = New-AzCloudServiceVaultSecretGroupObject -Id $keyVault.ResourceId
2727
.Outputs
2828
Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.CloudServiceVaultSecretGroup
2929
.Link
30-
https://docs.microsoft.com/powershell/module/az.cloudservice/new-azcloudservicevaultsecretgroupobject
30+
https://learn.microsoft.com/powershell/module/az.cloudservice/new-azcloudservicevaultsecretgroupobject
3131
#>
3232
function New-AzCloudServiceVaultSecretGroupObject {
3333
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.CloudServiceVaultSecretGroup])]

0 commit comments

Comments
 (0)