Skip to content

Commit f88669c

Browse files
[skip ci] Archive 2e9221e (#28007)
1 parent 2e9221e commit f88669c

35 files changed

+223
-210
lines changed

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.2.1")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("1.2.1")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.4.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.4.0")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
create ElasticSan.
19+
Create ElasticSan.
2020
.Description
21-
create ElasticSan.
21+
Create ElasticSan.
2222
.Example
2323
New-AzElasticSan -ResourceGroupName myresourcegroup -Name myelasticsan -BaseSizeTib 1 -ExtendedCapacitySizeTib 6 -Location eastus -SkuName 'Premium_LRS' -Tag @{tag1="value1";tag2="value2"}
2424
.Example
@@ -100,14 +100,14 @@ param(
100100
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Category('Body')]
101101
[System.Int64]
102102
# Base size of the Elastic San appliance in TiB.
103-
# Default vaule is 20.
103+
# Default value is 20.
104104
${BaseSizeTiB},
105105

106106
[Parameter()]
107107
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Category('Body')]
108108
[System.Int64]
109109
# Extended size of the Elastic San appliance in TiB.
110-
# Default vaule is 0.
110+
# Default value is 0.
111111
${ExtendedCapacitySizeTiB},
112112

113113
[Parameter()]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
create a Volume.
19+
Create a Volume.
2020
.Description
21-
create a Volume.
21+
Create a Volume.
2222
.Example
2323
New-AzElasticSanVolume -ResourceGroupName myresourcegroup -ElasticSanName myelasticsan -VolumeGroupName myvolumegroup -Name myvolumegroup -SizeGib 100 -CreationDataSourceId '/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.ElasticSan/elasticSans/myelasticsan/volumeGroups/myvolumegroup/snapshots/mysnapshot'
2424

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
create a Volume Snapshot.
19+
Create a Volume Snapshot.
2020
.Description
21-
create a Volume Snapshot.
21+
Create a Volume Snapshot.
2222
.Example
2323
$volume = New-AzElasticSanVolume -ResourceGroupName myresourcegroup -ElasticSanName myelasticsan -VolumeGroupName myvolumegroup -Name myvolume -SizeGiB 1
2424
New-AzElasticSanVolumeSnapshot -ResourceGroupName myresourcegroup -ElasticSanName myelasticsan -VolumeGroupName myvolumegroup -CreationDataSourceId $volume.Id -Name mysnapshot

generated/ElasticSan/ElasticSan.Autorest/exports/ProxyCmdletDefinitions.ps1

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,9 +1178,9 @@ end {
11781178

11791179
<#
11801180
.Synopsis
1181-
create a Volume Snapshot.
1181+
Create a Volume Snapshot.
11821182
.Description
1183-
create a Volume Snapshot.
1183+
Create a Volume Snapshot.
11841184
.Example
11851185
$volume = New-AzElasticSanVolume -ResourceGroupName myresourcegroup -ElasticSanName myelasticsan -VolumeGroupName myvolumegroup -Name myvolume -SizeGiB 1
11861186
New-AzElasticSanVolumeSnapshot -ResourceGroupName myresourcegroup -ElasticSanName myelasticsan -VolumeGroupName myvolumegroup -CreationDataSourceId $volume.Id -Name mysnapshot
@@ -1454,9 +1454,9 @@ end {
14541454

14551455
<#
14561456
.Synopsis
1457-
create a Volume.
1457+
Create a Volume.
14581458
.Description
1459-
create a Volume.
1459+
Create a Volume.
14601460
.Example
14611461
New-AzElasticSanVolume -ResourceGroupName myresourcegroup -ElasticSanName myelasticsan -VolumeGroupName myvolumegroup -Name myvolumegroup -SizeGib 100 -CreationDataSourceId '/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.ElasticSan/elasticSans/myelasticsan/volumeGroups/myvolumegroup/snapshots/mysnapshot'
14621462
@@ -2782,9 +2782,9 @@ end {
27822782

27832783
<#
27842784
.Synopsis
2785-
update an Volume.
2785+
Update an Volume.
27862786
.Description
2787-
update an Volume.
2787+
Update an Volume.
27882788
.Example
27892789
$volume = Update-AzElasticSanVolume -ResourceGroupName myresourcegroup -ElasticSanName myelasticsan -VolumeGroupName myvolumegroup -Name myvolume -SizeGib 120
27902790
@@ -3056,9 +3056,9 @@ end {
30563056

30573057
<#
30583058
.Synopsis
3059-
update a Elastic San.
3059+
Update a Elastic San.
30603060
.Description
3061-
update a Elastic San.
3061+
Update a Elastic San.
30623062
.Example
30633063
$elasticSan = Update-AzElasticSan -ResourceGroupName myresourcegroup -Name myelasticsan -BaseSizeTib 64 -ExtendedCapacitySizeTib 128 -Tag @{"tag3" = "value3"}
30643064
@@ -3535,9 +3535,9 @@ end {
35353535

35363536
<#
35373537
.Synopsis
3538-
create ElasticSan.
3538+
Create ElasticSan.
35393539
.Description
3540-
create ElasticSan.
3540+
Create ElasticSan.
35413541
.Example
35423542
New-AzElasticSan -ResourceGroupName myresourcegroup -Name myelasticsan -BaseSizeTib 1 -ExtendedCapacitySizeTib 6 -Location eastus -SkuName 'Premium_LRS' -Tag @{tag1="value1";tag2="value2"}
35433543
.Example
@@ -3619,14 +3619,14 @@ param(
36193619
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Category('Body')]
36203620
[System.Int64]
36213621
# Base size of the Elastic San appliance in TiB.
3622-
# Default vaule is 20.
3622+
# Default value is 20.
36233623
${BaseSizeTiB},
36243624

36253625
[Parameter()]
36263626
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Category('Body')]
36273627
[System.Int64]
36283628
# Extended size of the Elastic San appliance in TiB.
3629-
# Default vaule is 0.
3629+
# Default value is 0.
36303630
${ExtendedCapacitySizeTiB},
36313631

36323632
[Parameter()]
@@ -4264,7 +4264,7 @@ Remove a list of virtual network rules from a VolumeGroup
42644264
.Description
42654265
Remove a list of virtual network rules from a VolumeGroup
42664266
.Example
4267-
# Initialze network rule objects
4267+
# Initialize network rule objects
42684268
$virtualNetworkRule1 = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myresourcegroup/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/subnet1" -Action Allow
42694269
$virtualNetworkRule2 = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myresourcegroup/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/subnet2" -Action Allow
42704270
$virtualNetworkRule3 = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myresourcegroup/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/subnet3" -Action Allow

generated/ElasticSan/ElasticSan.Autorest/exports/Remove-AzElasticSanVolumeGroupNetworkRule.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Remove a list of virtual network rules from a VolumeGroup
2020
.Description
2121
Remove a list of virtual network rules from a VolumeGroup
2222
.Example
23-
# Initialze network rule objects
23+
# Initialize network rule objects
2424
$virtualNetworkRule1 = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myresourcegroup/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/subnet1" -Action Allow
2525
$virtualNetworkRule2 = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myresourcegroup/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/subnet2" -Action Allow
2626
$virtualNetworkRule3 = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myresourcegroup/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/subnet3" -Action Allow

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
update a Elastic San.
19+
Update a Elastic San.
2020
.Description
21-
update a Elastic San.
21+
Update a Elastic San.
2222
.Example
2323
$elasticSan = Update-AzElasticSan -ResourceGroupName myresourcegroup -Name myelasticsan -BaseSizeTib 64 -ExtendedCapacitySizeTib 128 -Tag @{"tag3" = "value3"}
2424

generated/ElasticSan/ElasticSan.Autorest/exports/Update-AzElasticSanVolume.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
update an Volume.
19+
Update an Volume.
2020
.Description
21-
update an Volume.
21+
Update an Volume.
2222
.Example
2323
$volume = Update-AzElasticSanVolume -ResourceGroupName myresourcegroup -ElasticSanName myelasticsan -VolumeGroupName myvolumegroup -Name myvolume -SizeGib 120
2424
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "2466eb96-584f-4674-a521-1833df15998d"
2+
"generate_Id": "4e88cd60-3085-4c80-bdb3-7249b0b6dc90"
33
}

0 commit comments

Comments
 (0)