Skip to content

Commit 7404b57

Browse files
[skip ci] Archive ed61c52 (#28777)
1 parent 450ef98 commit 7404b57

File tree

141 files changed

+15739
-1319
lines changed

Some content is hidden

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

141 files changed

+15739
-1319
lines changed

generated/ElasticSan/ElasticSan.Autorest/Az.ElasticSan.format.ps1xml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,28 @@
329329
</TableRowEntries>
330330
</TableControl>
331331
</View>
332+
<View>
333+
<Name>Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.PreValidationResponse</Name>
334+
<ViewSelectedBy>
335+
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.PreValidationResponse#Multiple</TypeName>
336+
</ViewSelectedBy>
337+
<TableControl>
338+
<TableHeaders>
339+
<TableColumnHeader>
340+
<Label>ValidationStatus</Label>
341+
</TableColumnHeader>
342+
</TableHeaders>
343+
<TableRowEntries>
344+
<TableRowEntry>
345+
<TableColumnItems>
346+
<TableColumnItem>
347+
<PropertyName>ValidationStatus</PropertyName>
348+
</TableColumnItem>
349+
</TableColumnItems>
350+
</TableRowEntry>
351+
</TableRowEntries>
352+
</TableControl>
353+
</View>
332354
<View>
333355
<Name>Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.PrivateEndpointConnection</Name>
334356
<ViewSelectedBy>
@@ -653,6 +675,46 @@
653675
</TableRowEntries>
654676
</TableControl>
655677
</View>
678+
<View>
679+
<Name>Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ScaleUpProperties</Name>
680+
<ViewSelectedBy>
681+
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ScaleUpProperties#Multiple</TypeName>
682+
</ViewSelectedBy>
683+
<TableControl>
684+
<TableHeaders>
685+
<TableColumnHeader>
686+
<Label>AutoScalePolicyEnforcement</Label>
687+
</TableColumnHeader>
688+
<TableColumnHeader>
689+
<Label>CapacityUnitScaleUpLimitTiB</Label>
690+
</TableColumnHeader>
691+
<TableColumnHeader>
692+
<Label>IncreaseCapacityUnitByTiB</Label>
693+
</TableColumnHeader>
694+
<TableColumnHeader>
695+
<Label>UnusedSizeTiB</Label>
696+
</TableColumnHeader>
697+
</TableHeaders>
698+
<TableRowEntries>
699+
<TableRowEntry>
700+
<TableColumnItems>
701+
<TableColumnItem>
702+
<PropertyName>AutoScalePolicyEnforcement</PropertyName>
703+
</TableColumnItem>
704+
<TableColumnItem>
705+
<PropertyName>CapacityUnitScaleUpLimitTiB</PropertyName>
706+
</TableColumnItem>
707+
<TableColumnItem>
708+
<PropertyName>IncreaseCapacityUnitByTiB</PropertyName>
709+
</TableColumnItem>
710+
<TableColumnItem>
711+
<PropertyName>UnusedSizeTiB</PropertyName>
712+
</TableColumnItem>
713+
</TableColumnItems>
714+
</TableRowEntry>
715+
</TableRowEntries>
716+
</TableControl>
717+
</View>
656718
<View>
657719
<Name>Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Sku</Name>
658720
<ViewSelectedBy>

generated/ElasticSan/ElasticSan.Autorest/Az.ElasticSan.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
DotNetFrameworkVersion = '4.7.2'
1212
RequiredAssemblies = './bin/Az.ElasticSan.private.dll'
1313
FormatsToProcess = './Az.ElasticSan.format.ps1xml'
14-
FunctionsToExport = 'Add-AzElasticSanVolumeGroupNetworkRule', 'Get-AzElasticSan', 'Get-AzElasticSanSkuList', 'Get-AzElasticSanVolume', 'Get-AzElasticSanVolumeGroup', 'Get-AzElasticSanVolumeSnapshot', 'New-AzElasticSan', 'New-AzElasticSanVirtualNetworkRuleObject', 'New-AzElasticSanVolume', 'New-AzElasticSanVolumeGroup', 'New-AzElasticSanVolumeSnapshot', 'Remove-AzElasticSan', 'Remove-AzElasticSanVolume', 'Remove-AzElasticSanVolumeGroup', 'Remove-AzElasticSanVolumeGroupNetworkRule', 'Remove-AzElasticSanVolumeSnapshot', 'Update-AzElasticSan', 'Update-AzElasticSanVolume', 'Update-AzElasticSanVolumeGroup'
14+
FunctionsToExport = 'Add-AzElasticSanVolumeGroupNetworkRule', 'Get-AzElasticSan', 'Get-AzElasticSanSkuList', 'Get-AzElasticSanVolume', 'Get-AzElasticSanVolumeGroup', 'Get-AzElasticSanVolumeSnapshot', 'New-AzElasticSan', 'New-AzElasticSanVirtualNetworkRuleObject', 'New-AzElasticSanVolume', 'New-AzElasticSanVolumeGroup', 'New-AzElasticSanVolumeSnapshot', 'Remove-AzElasticSan', 'Remove-AzElasticSanVolume', 'Remove-AzElasticSanVolumeGroup', 'Remove-AzElasticSanVolumeGroupNetworkRule', 'Remove-AzElasticSanVolumeSnapshot', 'Test-AzElasticSanVolumeBackup', 'Test-AzElasticSanVolumeRestore', 'Update-AzElasticSan', 'Update-AzElasticSanVolume', 'Update-AzElasticSanVolumeGroup'
1515
PrivateData = @{
1616
PSData = @{
1717
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'ElasticSan'

generated/ElasticSan/ElasticSan.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
2121
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
2222
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - ElasticSan")]
23-
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.4.0")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("1.4.0")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.4.1")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.4.1")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]

generated/ElasticSan/ElasticSan.Autorest/exports/New-AzElasticSan.ps1

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Create ElasticSan.
2020
.Description
2121
Create ElasticSan.
2222
.Example
23-
New-AzElasticSan -ResourceGroupName myresourcegroup -Name myelasticsan -BaseSizeTib 1 -ExtendedCapacitySizeTib 6 -Location eastus -SkuName 'Premium_LRS' -Tag @{tag1="value1";tag2="value2"}
23+
New-AzElasticSan -ResourceGroupName myresourcegroup -Name myelasticsan -BaseSizeTib 1 -ExtendedCapacitySizeTib 6 -Location eastus -SkuName 'Premium_LRS' -AvailabilityZone 1 -Tag @{tag1="value1";tag2="value2"} -AutoScalePolicyEnforcement Enabled -CapacityUnitScaleUpLimitTiB 30 -IncreaseCapacityUnitByTiB 2 -UnusedSizeTiB 6
2424
.Example
2525
New-AzElasticSan -ResourceGroupName myresourcegroup -Name myelasticsan -Location eastus -SkuName 'Premium_LRS' -Tag @{tag1="value1";tag2="value2"}
2626
@@ -89,6 +89,31 @@ param(
8989
# The sku name.
9090
${SkuName},
9191

92+
[Parameter()]
93+
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.PSArgumentCompleterAttribute("None", "Enabled", "Disabled")]
94+
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Category('Body')]
95+
[System.String]
96+
# Enable or Disable scale up setting on Elastic San Appliance.
97+
${AutoScalePolicyEnforcement},
98+
99+
[Parameter()]
100+
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Category('Body')]
101+
[System.Int64]
102+
# Maximum scale up size on Elastic San appliance in TiB.
103+
${CapacityUnitScaleUpLimitTiB},
104+
105+
[Parameter()]
106+
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Category('Body')]
107+
[System.Int64]
108+
# Unit to increase Capacity Unit on Elastic San appliance in TiB.
109+
${IncreaseCapacityUnitByTiB},
110+
111+
[Parameter()]
112+
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Category('Body')]
113+
[System.Int64]
114+
# Unused size on Elastic San appliance in TiB.
115+
${UnusedSizeTiB},
116+
92117
[Parameter()]
93118
[AllowEmptyCollection()]
94119
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Category('Body')]

0 commit comments

Comments
 (0)