@@ -28,11 +28,11 @@ For information on how to develop for `Az.ElasticSan`, see [how-to.md](how-to.md
28
28
29
29
``` yaml
30
30
# Please specify the commit id that includes your features to make sure generated codes stable.
31
- commit : 72c69a0cf561d41ae99fe6810c426a874d3a8372
31
+ commit : 3ca7edabc2edf1117b7d912ba34f2694721e3ff3
32
32
require :
33
33
- $(this-folder)/../../readme.azure.noprofile.md
34
34
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
36
36
37
37
# Normally, title is the service name
38
38
title : ElasticSan
@@ -125,6 +125,38 @@ directive:
125
125
parameter-name : KeyVaultPropertyKeyVersion
126
126
set :
127
127
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
128
160
# Change the description of cmdlets that correspond to multiple APIs
129
161
- from : swagger-document
130
162
where : $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}"].get
0 commit comments