Skip to content

[main - ElasticSan|EventGrid|EventHub|FluidRelay|FrontDoor] domain name of online doc is changed from docs.microsoft.com to learn.microsoft.com. #20275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ NETWORKACLSVIRTUALNETWORKRULE <IVirtualNetworkRule[]>: The list of virtual netwo
[Action <Action?>]: The action of virtual network rule.

.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolumegroup
https://learn.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolumegroup
#>
function Add-AzElasticSanVolumeGroupNetworkRule {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.VirtualNetworkRule[]])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ NETWORKACLSVIRTUALNETWORKRULE <IVirtualNetworkRule[]>: The list of virtual netwo
[Action <Action?>]: The action of virtual network rule.

.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/add-azelasticsanvolumegroupnetworkrule
https://learn.microsoft.com/powershell/module/az.elasticsan/add-azelasticsanvolumegroupnetworkrule
#>
function Remove-AzElasticSanVolumeGroupNetworkRule {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.VirtualNetworkRule[]])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create an in-memory object for VirtualNetworkRule.
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.VirtualNetworkRule
.Link
https://docs.microsoft.com/powershell/module/az.ElasticSan/new-AzElasticSanVirtualNetworkRuleObject
https://learn.microsoft.com/powershell/module/az.ElasticSan/new-AzElasticSanVirtualNetworkRuleObject
#>
function New-AzElasticSanVirtualNetworkRuleObject {
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.VirtualNetworkRule')]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ NETWORKACLSVIRTUALNETWORKRULE <IVirtualNetworkRule[]>: The list of virtual netwo
VirtualNetworkResourceId <String>: Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.
[Action <Action?>]: The action of virtual network rule.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolumegroup
https://learn.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolumegroup
#>
function Add-AzElasticSanVolumeGroupNetworkRule {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.VirtualNetworkRule[]])]
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/exports/Get-AzElasticSan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ INPUTOBJECT <IElasticSanIdentity>: Identity Parameter
[VolumeGroupName <String>]: The name of the VolumeGroup.
[VolumeName <String>]: The name of the Volume.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/get-azelasticsan
https://learn.microsoft.com/powershell/module/az.elasticsan/get-azelasticsan
#>
function Get-AzElasticSan {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IElasticSan])]
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/exports/Get-AzElasticSanSkuList.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-AzElasticSanSkuList
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.ISkuInformation
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanskulist
https://learn.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanskulist
#>
function Get-AzElasticSanSkuList {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.ISkuInformation])]
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/exports/Get-AzElasticSanVolume.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ INPUTOBJECT <IElasticSanIdentity>: Identity Parameter
[VolumeGroupName <String>]: The name of the VolumeGroup.
[VolumeName <String>]: The name of the Volume.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanvolume
https://learn.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanvolume
#>
function Get-AzElasticSanVolume {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IVolume])]
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/exports/Get-AzElasticSanVolumeGroup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ INPUTOBJECT <IElasticSanIdentity>: Identity Parameter
[VolumeGroupName <String>]: The name of the VolumeGroup.
[VolumeName <String>]: The name of the Volume.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanvolumegroup
https://learn.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanvolumegroup
#>
function Get-AzElasticSanVolumeGroup {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IVolumeGroup])]
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/exports/New-AzElasticSan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ PARAMETER <IElasticSan>: Response for ElasticSan request.
[SystemDataLastModifiedBy <String>]: The identity that last modified the resource.
[SystemDataLastModifiedByType <CreatedByType?>]: The type of identity that last modified the resource.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/new-azelasticsan
https://learn.microsoft.com/powershell/module/az.elasticsan/new-azelasticsan
#>
function New-AzElasticSan {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IElasticSan])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId "/subscripti
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.VirtualNetworkRule
.Link
https://docs.microsoft.com/powershell/module/az.ElasticSan/new-AzElasticSanVirtualNetworkRuleObject
https://learn.microsoft.com/powershell/module/az.ElasticSan/new-AzElasticSanVirtualNetworkRuleObject
#>
function New-AzElasticSanVirtualNetworkRuleObject {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.VirtualNetworkRule])]
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/exports/New-AzElasticSanVolume.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ PARAMETER <IVolume>: Response for Volume request.
[SystemDataLastModifiedBy <String>]: The identity that last modified the resource.
[SystemDataLastModifiedByType <CreatedByType?>]: The type of identity that last modified the resource.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/new-azelasticsanvolume
https://learn.microsoft.com/powershell/module/az.elasticsan/new-azelasticsanvolume
#>
function New-AzElasticSanVolume {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IVolume])]
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/exports/New-AzElasticSanVolumeGroup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ PARAMETER <IVolumeGroup>: Response for Volume Group request.
[SystemDataLastModifiedBy <String>]: The identity that last modified the resource.
[SystemDataLastModifiedByType <CreatedByType?>]: The type of identity that last modified the resource.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/new-azelasticsanvolumegroup
https://learn.microsoft.com/powershell/module/az.elasticsan/new-azelasticsanvolumegroup
#>
function New-AzElasticSanVolumeGroup {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IVolumeGroup])]
Expand Down
32 changes: 16 additions & 16 deletions src/ElasticSan/exports/ProxyCmdletDefinitions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-AzElasticSanSkuList
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.ISkuInformation
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanskulist
https://learn.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanskulist
#>
function Get-AzElasticSanSkuList {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.ISkuInformation])]
Expand Down Expand Up @@ -196,7 +196,7 @@ INPUTOBJECT <IElasticSanIdentity>: Identity Parameter
[VolumeGroupName <String>]: The name of the VolumeGroup.
[VolumeName <String>]: The name of the Volume.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanvolumegroup
https://learn.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanvolumegroup
#>
function Get-AzElasticSanVolumeGroup {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IVolumeGroup])]
Expand Down Expand Up @@ -393,7 +393,7 @@ INPUTOBJECT <IElasticSanIdentity>: Identity Parameter
[VolumeGroupName <String>]: The name of the VolumeGroup.
[VolumeName <String>]: The name of the Volume.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanvolume
https://learn.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanvolume
#>
function Get-AzElasticSanVolume {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IVolume])]
Expand Down Expand Up @@ -599,7 +599,7 @@ INPUTOBJECT <IElasticSanIdentity>: Identity Parameter
[VolumeGroupName <String>]: The name of the VolumeGroup.
[VolumeName <String>]: The name of the Volume.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/get-azelasticsan
https://learn.microsoft.com/powershell/module/az.elasticsan/get-azelasticsan
#>
function Get-AzElasticSan {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IElasticSan])]
Expand Down Expand Up @@ -820,7 +820,7 @@ PARAMETER <IVolumeGroup>: Response for Volume Group request.
[SystemDataLastModifiedBy <String>]: The identity that last modified the resource.
[SystemDataLastModifiedByType <CreatedByType?>]: The type of identity that last modified the resource.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/new-azelasticsanvolumegroup
https://learn.microsoft.com/powershell/module/az.elasticsan/new-azelasticsanvolumegroup
#>
function New-AzElasticSanVolumeGroup {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IVolumeGroup])]
Expand Down Expand Up @@ -1087,7 +1087,7 @@ PARAMETER <IVolume>: Response for Volume request.
[SystemDataLastModifiedBy <String>]: The identity that last modified the resource.
[SystemDataLastModifiedByType <CreatedByType?>]: The type of identity that last modified the resource.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/new-azelasticsanvolume
https://learn.microsoft.com/powershell/module/az.elasticsan/new-azelasticsanvolume
#>
function New-AzElasticSanVolume {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IVolume])]
Expand Down Expand Up @@ -1361,7 +1361,7 @@ PARAMETER <IElasticSan>: Response for ElasticSan request.
[SystemDataLastModifiedBy <String>]: The identity that last modified the resource.
[SystemDataLastModifiedByType <CreatedByType?>]: The type of identity that last modified the resource.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/new-azelasticsan
https://learn.microsoft.com/powershell/module/az.elasticsan/new-azelasticsan
#>
function New-AzElasticSan {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IElasticSan])]
Expand Down Expand Up @@ -1625,7 +1625,7 @@ INPUTOBJECT <IElasticSanIdentity>: Identity Parameter
[VolumeGroupName <String>]: The name of the VolumeGroup.
[VolumeName <String>]: The name of the Volume.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/remove-azelasticsanvolumegroup
https://learn.microsoft.com/powershell/module/az.elasticsan/remove-azelasticsanvolumegroup
#>
function Remove-AzElasticSanVolumeGroup {
[OutputType([System.Boolean])]
Expand Down Expand Up @@ -1834,7 +1834,7 @@ INPUTOBJECT <IElasticSanIdentity>: Identity Parameter
[VolumeGroupName <String>]: The name of the VolumeGroup.
[VolumeName <String>]: The name of the Volume.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/remove-azelasticsanvolume
https://learn.microsoft.com/powershell/module/az.elasticsan/remove-azelasticsanvolume
#>
function Remove-AzElasticSanVolume {
[OutputType([System.Boolean])]
Expand Down Expand Up @@ -2049,7 +2049,7 @@ INPUTOBJECT <IElasticSanIdentity>: Identity Parameter
[VolumeGroupName <String>]: The name of the VolumeGroup.
[VolumeName <String>]: The name of the Volume.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/remove-azelasticsan
https://learn.microsoft.com/powershell/module/az.elasticsan/remove-azelasticsan
#>
function Remove-AzElasticSan {
[OutputType([System.Boolean])]
Expand Down Expand Up @@ -2277,7 +2277,7 @@ PARAMETER <IVolumeGroupUpdate>: Volume Group request.
[Tag <IVolumeGroupUpdateTags>]: Resource tags.
[(Any) <String>]: This indicates any property can be added to this object.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolumegroup
https://learn.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolumegroup
#>
function Update-AzElasticSanVolumeGroup {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IVolumeGroup])]
Expand Down Expand Up @@ -2535,7 +2535,7 @@ PARAMETER <IVolumeUpdate>: Response for Volume request.
[Tag <IVolumeUpdateTags>]: Resource tags.
[(Any) <String>]: This indicates any property can be added to this object.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolume
https://learn.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolume
#>
function Update-AzElasticSanVolume {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IVolume])]
Expand Down Expand Up @@ -2783,7 +2783,7 @@ PARAMETER <IElasticSanUpdate>: Response for ElasticSan update request.
[Tag <IElasticSanUpdateTags>]: Update tags
[(Any) <String>]: This indicates any property can be added to this object.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/update-azelasticsan
https://learn.microsoft.com/powershell/module/az.elasticsan/update-azelasticsan
#>
function Update-AzElasticSan {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IElasticSan])]
Expand Down Expand Up @@ -3020,7 +3020,7 @@ NETWORKACLSVIRTUALNETWORKRULE <IVirtualNetworkRule[]>: The list of virtual netwo
VirtualNetworkResourceId <String>: Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.
[Action <Action?>]: The action of virtual network rule.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolumegroup
https://learn.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolumegroup
#>
function Add-AzElasticSanVolumeGroupNetworkRule {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.VirtualNetworkRule[]])]
Expand Down Expand Up @@ -3215,7 +3215,7 @@ New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId "/subscripti
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.VirtualNetworkRule
.Link
https://docs.microsoft.com/powershell/module/az.ElasticSan/new-AzElasticSanVirtualNetworkRuleObject
https://learn.microsoft.com/powershell/module/az.ElasticSan/new-AzElasticSanVirtualNetworkRuleObject
#>
function New-AzElasticSanVirtualNetworkRuleObject {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.VirtualNetworkRule])]
Expand Down Expand Up @@ -3349,7 +3349,7 @@ NETWORKACLSVIRTUALNETWORKRULE <IVirtualNetworkRule[]>: The list of virtual netwo
VirtualNetworkResourceId <String>: Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.
[Action <Action?>]: The action of virtual network rule.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/add-azelasticsanvolumegroupnetworkrule
https://learn.microsoft.com/powershell/module/az.elasticsan/add-azelasticsanvolumegroupnetworkrule
#>
function Remove-AzElasticSanVolumeGroupNetworkRule {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.VirtualNetworkRule[]])]
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/exports/Remove-AzElasticSan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ INPUTOBJECT <IElasticSanIdentity>: Identity Parameter
[VolumeGroupName <String>]: The name of the VolumeGroup.
[VolumeName <String>]: The name of the Volume.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/remove-azelasticsan
https://learn.microsoft.com/powershell/module/az.elasticsan/remove-azelasticsan
#>
function Remove-AzElasticSan {
[OutputType([System.Boolean])]
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/exports/Remove-AzElasticSanVolume.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ INPUTOBJECT <IElasticSanIdentity>: Identity Parameter
[VolumeGroupName <String>]: The name of the VolumeGroup.
[VolumeName <String>]: The name of the Volume.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/remove-azelasticsanvolume
https://learn.microsoft.com/powershell/module/az.elasticsan/remove-azelasticsanvolume
#>
function Remove-AzElasticSanVolume {
[OutputType([System.Boolean])]
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/exports/Remove-AzElasticSanVolumeGroup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ INPUTOBJECT <IElasticSanIdentity>: Identity Parameter
[VolumeGroupName <String>]: The name of the VolumeGroup.
[VolumeName <String>]: The name of the Volume.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/remove-azelasticsanvolumegroup
https://learn.microsoft.com/powershell/module/az.elasticsan/remove-azelasticsanvolumegroup
#>
function Remove-AzElasticSanVolumeGroup {
[OutputType([System.Boolean])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ NETWORKACLSVIRTUALNETWORKRULE <IVirtualNetworkRule[]>: The list of virtual netwo
VirtualNetworkResourceId <String>: Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.
[Action <Action?>]: The action of virtual network rule.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/add-azelasticsanvolumegroupnetworkrule
https://learn.microsoft.com/powershell/module/az.elasticsan/add-azelasticsanvolumegroupnetworkrule
#>
function Remove-AzElasticSanVolumeGroupNetworkRule {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.VirtualNetworkRule[]])]
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/exports/Update-AzElasticSan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PARAMETER <IElasticSanUpdate>: Response for ElasticSan update request.
[Tag <IElasticSanUpdateTags>]: Update tags
[(Any) <String>]: This indicates any property can be added to this object.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/update-azelasticsan
https://learn.microsoft.com/powershell/module/az.elasticsan/update-azelasticsan
#>
function Update-AzElasticSan {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IElasticSan])]
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/exports/Update-AzElasticSanVolume.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PARAMETER <IVolumeUpdate>: Response for Volume request.
[Tag <IVolumeUpdateTags>]: Resource tags.
[(Any) <String>]: This indicates any property can be added to this object.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolume
https://learn.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolume
#>
function Update-AzElasticSanVolume {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IVolume])]
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/exports/Update-AzElasticSanVolumeGroup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ PARAMETER <IVolumeGroupUpdate>: Volume Group request.
[Tag <IVolumeGroupUpdateTags>]: Resource tags.
[(Any) <String>]: This indicates any property can be added to this object.
.Link
https://docs.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolumegroup
https://learn.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolumegroup
#>
function Update-AzElasticSanVolumeGroup {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Api20211120Preview.IVolumeGroup])]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.ElasticSan
online version: https://docs.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolumegroup
online version: https://learn.microsoft.com/powershell/module/az.elasticsan/update-azelasticsanvolumegroup
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/help/Az.ElasticSan.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Module Name: Az.ElasticSan
Module Guid: ed90c36c-f150-4ad2-96ae-57e0ebb0a376
Download Help Link: https://docs.microsoft.com/powershell/module/az.elasticsan
Download Help Link: https://learn.microsoft.com/powershell/module/az.elasticsan
Help Version: 1.0.0.0
Locale: en-US
---
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/help/Get-AzElasticSan.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.ElasticSan
online version: https://docs.microsoft.com/powershell/module/az.elasticsan/get-azelasticsan
online version: https://learn.microsoft.com/powershell/module/az.elasticsan/get-azelasticsan
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/help/Get-AzElasticSanSkuList.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.ElasticSan
online version: https://docs.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanskulist
online version: https://learn.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanskulist
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/ElasticSan/help/Get-AzElasticSanVolume.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.ElasticSan
online version: https://docs.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanvolume
online version: https://learn.microsoft.com/powershell/module/az.elasticsan/get-azelasticsanvolume
schema: 2.0.0
---

Expand Down
Loading