Skip to content

Commit 011ce95

Browse files
azure-pipelines[bot]azure-powershell-botNickcandy
authored
Migrate Elasticsan from generation-ElasticSan-preview to Az.Elasticsan-preview (#26387)
* Move Elasticsan to Az.Elasticsan-preview * Update ChangeLog.md --------- Co-authored-by: azure-powershell-bot <[email protected]> Co-authored-by: NanxiangLiu <[email protected]>
1 parent 2a7d402 commit 011ce95

File tree

137 files changed

+5118
-2264
lines changed

Some content is hidden

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

137 files changed

+5118
-2264
lines changed

src/ElasticSan/ElasticSan.Autorest/Az.ElasticSan.format.ps1xml

+40
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,46 @@
653653
</TableRowEntries>
654654
</TableControl>
655655
</View>
656+
<View>
657+
<Name>Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ScaleUpProperties</Name>
658+
<ViewSelectedBy>
659+
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ScaleUpProperties#Multiple</TypeName>
660+
</ViewSelectedBy>
661+
<TableControl>
662+
<TableHeaders>
663+
<TableColumnHeader>
664+
<Label>AutoScalePolicyEnforcement</Label>
665+
</TableColumnHeader>
666+
<TableColumnHeader>
667+
<Label>CapacityUnitScaleUpLimitTiB</Label>
668+
</TableColumnHeader>
669+
<TableColumnHeader>
670+
<Label>IncreaseCapacityUnitByTiB</Label>
671+
</TableColumnHeader>
672+
<TableColumnHeader>
673+
<Label>UnusedSizeTiB</Label>
674+
</TableColumnHeader>
675+
</TableHeaders>
676+
<TableRowEntries>
677+
<TableRowEntry>
678+
<TableColumnItems>
679+
<TableColumnItem>
680+
<PropertyName>AutoScalePolicyEnforcement</PropertyName>
681+
</TableColumnItem>
682+
<TableColumnItem>
683+
<PropertyName>CapacityUnitScaleUpLimitTiB</PropertyName>
684+
</TableColumnItem>
685+
<TableColumnItem>
686+
<PropertyName>IncreaseCapacityUnitByTiB</PropertyName>
687+
</TableColumnItem>
688+
<TableColumnItem>
689+
<PropertyName>UnusedSizeTiB</PropertyName>
690+
</TableColumnItem>
691+
</TableColumnItems>
692+
</TableRowEntry>
693+
</TableRowEntries>
694+
</TableControl>
695+
</View>
656696
<View>
657697
<Name>Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.Sku</Name>
658698
<ViewSelectedBy>

src/ElasticSan/ElasticSan.Autorest/README.md

+34-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ For information on how to develop for `Az.ElasticSan`, see [how-to.md](how-to.md
2828
2929
``` yaml
3030
# Please specify the commit id that includes your features to make sure generated codes stable.
31-
commit: 72c69a0cf561d41ae99fe6810c426a874d3a8372
31+
commit: 3ca7edabc2edf1117b7d912ba34f2694721e3ff3
3232
require:
3333
- $(this-folder)/../../readme.azure.noprofile.md
3434
input-file:
35-
- $(repo)/specification/elasticsan/resource-manager/Microsoft.ElasticSan/stable/2024-05-01/elasticsan.json
35+
- $(repo)/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2024-06-01-preview/elasticsan.json
3636

3737
# Normally, title is the service name
3838
title: ElasticSan
@@ -125,6 +125,38 @@ directive:
125125
parameter-name: KeyVaultPropertyKeyVersion
126126
set:
127127
parameter-name: KeyVersion
128+
- where:
129+
parameter-name: ScaleUpPropertyAutoScalePolicyEnforcement
130+
set:
131+
parameter-name: AutoScalePolicyEnforcement
132+
- where:
133+
parameter-name: ScaleUpPropertyCapacityUnitScaleUpLimitTiB
134+
set:
135+
parameter-name: CapacityUnitScaleUpLimitTiB
136+
- where:
137+
parameter-name: ScaleUpPropertyIncreaseCapacityUnitByTiB
138+
set:
139+
parameter-name: IncreaseCapacityUnitByTiB
140+
- where:
141+
parameter-name: ScaleUpPropertyUnusedSizeTiB
142+
set:
143+
parameter-name: UnusedSizeTiB
144+
- where:
145+
property-name: ScaleUpPropertyAutoScalePolicyEnforcement
146+
set:
147+
property-name: AutoScalePolicyEnforcement
148+
- where:
149+
property-name: ScaleUpPropertyCapacityUnitScaleUpLimitTiB
150+
set:
151+
property-name: CapacityUnitScaleUpLimitTiB
152+
- where:
153+
property-name: ScaleUpPropertyIncreaseCapacityUnitByTiB
154+
set:
155+
property-name: IncreaseCapacityUnitByTiB
156+
- where:
157+
property-name: ScaleUpPropertyUnusedSizeTiB
158+
set:
159+
property-name: UnusedSizeTiB
128160
# Change the description of cmdlets that correspond to multiple APIs
129161
- from: swagger-document
130162
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}"].get

src/ElasticSan/ElasticSan.Autorest/UX/Microsoft.ElasticSan/elasticSans-volumegroups-snapshots.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "elasticSans/volumegroups/snapshots",
3-
"apiVersion": "2024-05-01",
3+
"apiVersion": "2024-06-01-preview",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.elasticsan"
66
},

src/ElasticSan/ElasticSan.Autorest/UX/Microsoft.ElasticSan/elasticSans-volumegroups-volumes.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "elasticSans/volumegroups/volumes",
3-
"apiVersion": "2024-05-01",
3+
"apiVersion": "2024-06-01-preview",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.elasticsan"
66
},

src/ElasticSan/ElasticSan.Autorest/UX/Microsoft.ElasticSan/elasticSans-volumegroups.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "elasticSans/volumegroups",
3-
"apiVersion": "2024-05-01",
3+
"apiVersion": "2024-06-01-preview",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.elasticsan"
66
},

src/ElasticSan/ElasticSan.Autorest/UX/Microsoft.ElasticSan/elasticSans.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "elasticSans",
3-
"apiVersion": "2024-05-01",
3+
"apiVersion": "2024-06-01-preview",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.elasticsan"
66
},

src/ElasticSan/ElasticSan.Autorest/build-module.ps1

+4-3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ if(-not $NotIsolated -and -not $Debugger) {
7575
$binFolder = Join-Path $PSScriptRoot 'bin'
7676
$objFolder = Join-Path $PSScriptRoot 'obj'
7777

78+
$isAzure = [System.Convert]::ToBoolean('true')
79+
7880
if(-not $Debugger) {
7981
Write-Host -ForegroundColor Green 'Cleaning build folders...'
8082
$null = Remove-Item -Recurse -ErrorAction SilentlyContinue -Path $binFolder, $objFolder
@@ -151,7 +153,7 @@ if($NoDocs) {
151153
$null = Get-ChildItem -Path $docsFolder -Recurse -Exclude 'README.md' | Remove-Item -Recurse -ErrorAction SilentlyContinue
152154
}
153155
$null = New-Item -ItemType Directory -Force -Path $docsFolder
154-
$addComplexInterfaceInfo = ![System.Convert]::ToBoolean('true')
156+
$addComplexInterfaceInfo = !$isAzure
155157
Export-ProxyCmdlet -ModuleName $moduleName -ModulePath $modulePaths -ExportsFolder $exportsFolder -InternalFolder $internalFolder -ModuleDescription $moduleDescription -DocsFolder $docsFolder -ExamplesFolder $examplesFolder -ModuleGuid $guid -AddComplexInterfaceInfo:$addComplexInterfaceInfo
156158
}
157159

@@ -186,5 +188,4 @@ if (-not $DisableAfterBuildTasks){
186188
}
187189
}
188190

189-
190-
Write-Host -ForegroundColor Green '-------------Done-------------'
191+
Write-Host -ForegroundColor Green '-------------Done-------------'

0 commit comments

Comments
 (0)