3
3
This directory contains the PowerShell module for the SpringCloud service.
4
4
5
5
---
6
-
7
6
## Info
8
7
- Modifiable: yes
9
8
- Generated: all
@@ -53,15 +52,22 @@ input-file:
53
52
54
53
title : SpringCloud
55
54
module-version : 0.1.0
56
- resourcegroup-append : true
57
- nested-object-to-string : true
58
- identity-correction-for-post : true
59
55
60
- # For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option
61
- use-extension :
62
- " @autorest/powershell " : " 3.x "
56
+ disable-transform-identity-type-for-operation :
57
+ - Apps_Update
58
+ ps-pipeline-input-disable-getByIteself-and-enable-listByParent : false
63
59
64
60
directive :
61
+ # TODO: retire on March 31, 2028
62
+ - where :
63
+ verb : (.*)
64
+ set :
65
+ breaking-change :
66
+ deprecated-by-version : 0.3.2
67
+ deprecated-by-azversion : 19.3.0
68
+ change-effective-date : 2028/03/31
69
+ change-description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
70
+
65
71
- where :
66
72
verb : Set
67
73
subject : BuildServiceAgentPoolPut
@@ -82,12 +88,12 @@ directive:
82
88
# First rename parameter of the Get-AzSpringCloudService, then rename cmdlet to Get-AzSpringCloud.
83
89
- where :
84
90
subject : ^Service$
85
- variant : ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$
91
+ variant : ^( Create|Update)(?!.*?(Expanded|JsonFilePath|JsonString))
86
92
remove : true
87
93
88
94
- where :
89
95
subject : ^Service$
90
- variant : ^Update $|^UpdateViaIdentity $
96
+ variant : ^CreateViaIdentity $|^CreateViaIdentityExpanded $
91
97
remove : true
92
98
93
99
- where :
@@ -113,7 +119,7 @@ directive:
113
119
parameter-name : NetworkProfileServiceRuntimeSubnetId
114
120
set :
115
121
parameter-name : NetworkProfileServiceSubnetId
116
- # Customization for add default locatio value when not pass location parameter
122
+ # Customization for add default location value when not pass location parameter
117
123
- where :
118
124
verb : New
119
125
subject : ^Service$
@@ -185,70 +191,58 @@ directive:
185
191
subject : AppDeploymentThreadDump
186
192
remove : true
187
193
# remove variant
188
- # |Certificate|ConfigurationService
189
194
- where :
190
- subject : ^App$|^AppBinding$|^AppDeployment$|^AppCustomDomain$|^| BuildpackBinding$|^BuildServiceBuild$|^BuildServiceBuilder$
191
- variant : ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$
195
+ subject : ^App$|^AppBinding$|^AppDeployment$|^AppCustomDomain$|^BuildpackBinding$|^BuildServiceBuild$|^BuildServiceBuilder$|^TestKey$|^ConfigServer$|^MonitoringSetting$|^BuildServiceAgentPool$|Certificate|ConfigurationService
196
+ variant : ^( Create|Update|Generate)(?!.*?(Expanded|JsonFilePath|JsonString))
192
197
remove : true
193
198
- where :
194
- subject : ^AppDeploymentHeapDump$|^AppDeploymentThreadDump$|^TestKey$
195
- variant : ^Generate$|^GenerateViaIdentity$|^GenerateViaIdentityExpanded$
196
- remove : true
197
-
198
- - where :
199
- verb : Get
200
- subject : BuildServiceBuildResultLog
201
- variant : GetViaIdentity
199
+ subject : ^App$|^AppBinding$|^AppDeployment$|^AppCustomDomain$|^BuildpackBinding$|^BuildServiceBuild$|^BuildServiceBuilder$|^TestKey$|Certificate|ConfigurationService
200
+ variant : ^CreateViaIdentity$|^CreateViaIdentityExpanded$
202
201
remove : true
203
202
204
203
- where :
205
204
verb : Get
206
205
subject : ^Registry$|^BuildService$|^BuildServiceAgentPool$|^ConfigurationService$
207
206
variant : List
208
207
remove : true
209
-
210
208
211
209
- where :
212
210
subject : ^TestKey$
213
- variant : ^Regenerate$|^RegenerateViaIdentity$|^RegenerateViaIdentityExpanded$
211
+ variant : ^Regenerate(?!.*?(Expanded|JsonFilePath|JsonString))
214
212
remove : true
215
213
216
214
- where :
217
215
subject : ^AppActiveDeployment$
218
- variant : ^SetViaIdentity$|^Set$
219
- remove : true
220
-
221
- - where :
222
- subject : ^DeploymentJfr$
223
- variant : ^Start$|^StartViaIdentity$
224
- remove : true
225
-
226
- - where :
227
- verb : Test
228
- subject : ^AppCustomDomain$
229
- variant : ^Validate$|^ValidateViaIdentity$
216
+ variant : ^(Set)(?!.*?(Expanded|JsonFilePath|JsonString))
230
217
remove : true
231
218
232
219
- where :
233
220
verb : Test
234
- subject : ^ConfigServer$|^ConfigurationService$
235
- variant : ^Validate$ |^ValidateViaIdentity$
221
+ subject : ^AppCustomDomain$|^ ConfigServer$|^ConfigurationService$
222
+ variant : ^( Validate)(?!.*?(Expanded|JsonFilePath|JsonString)) |^ValidateViaIdentity$
236
223
remove : true
237
224
238
225
- where :
239
226
verb : Test
240
227
subject : ^NameAvailability$
241
- variant : ^Check$|^CheckViaIdentity $|^CheckViaIdentityExpanded $
228
+ variant : ^( Check)(?!.*?Expanded)|^CheckViaIdentityExpanded $|^CheckViaIdentity $
242
229
remove : true
243
230
244
231
- where :
245
232
subject : ^AppDeploymentJfr$
246
- variant : ^Start$|^StartViaIdentity $
233
+ variant : ^( Start)(?!.*?Expanded) $
247
234
remove : true
248
235
249
- - where :
250
- subject : ^App$|^AppBinding$|^AppDeployment$|^AppCustomDomain$|^ConfigServer$|^MonitoringSetting$|^BuildServiceAgentPool$
251
- variant : ^Update$|^UpdateViaIdentity$
236
+ # Disable parent resource variant of default child name
237
+ - where :
238
+ verb : Get
239
+ subject : ^BuildServiceAgentPool$|^ConfigurationService$|^Registry$
240
+ variant : ^GetViaIdentitySpring$|^DeleteViaIdentitySpring$
241
+ remove : true
242
+ - where :
243
+ verb : Get
244
+ subject : ^BuildServiceAgentPool$|^BuildService$|^BuildServiceBuilder$|^BuildServiceSupportedBuildpack$|^BuildServiceSupportedStack$|^BuildpackBinding$
245
+ variant : ^GetViaIdentityBuildService$|^DeleteViaIdentityBuildService$
252
246
remove : true
253
247
254
248
# rename parameter
@@ -423,6 +417,10 @@ directive:
423
417
subject : ^BuildServiceResourceUploadUrl$
424
418
hide : true
425
419
420
+ - where :
421
+ verb : Update
422
+ subject : ^BuildService$
423
+ hide : true
426
424
- where :
427
425
subject : ^BuildServiceBuild$
428
426
hide : true
@@ -433,7 +431,7 @@ directive:
433
431
subject : ^BuildServiceBuildResultLog$
434
432
hide : true
435
433
436
- # Customization for add default locatio value when not pass location parameter
434
+ # Customization for add default location value when not pass location parameter
437
435
- where :
438
436
verb : New
439
437
subject : ^App$
@@ -539,22 +537,31 @@ directive:
539
537
- UserSourceInfo
540
538
- CertificateProperties
541
539
542
- - model-cmdlet :
543
- # - BuildpacksGroupProperties
544
- # - BuildpackProperties
545
- - ConfigurationServiceGitRepository
546
- - GitPatternRepository
547
- # - KeyVaultCertificateProperties
548
- # - ContentCertificateProperties
549
- # - LoadedCertificate
550
- # --> rename New-AzSpringCloudLoadedCertificateObject New-AzSpringCloudAppLoadedCertificateObject
551
- # - JarUploadedUserSourceInfo
552
- # --> rename New-AzSpringCloudDeploymentJarUploadedObject --> New-AzSpringCloudAppDeploymentJarUploadedObject
553
- # - NetCoreZipUploadedUserSourceInfo
554
- # --> rename New-AzSpringCloudDeploymentNetCoreZipUploadedObject --> New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject
555
- # - SourceUploadedUserSourceInfo
556
- # --> rename New-AzSpringCloudDeploymentSourceUploadedObject --> New-AzSpringCloudAppDeploymentSourceUploadedObject
557
- # - BuildResultUserSourceInfo --> New-AzSpringCloudAppDeploymentBuildResultObject
540
+ # add retirement message
541
+ # - model-cmdlet:
542
+ # - model-name: BuildpacksGroupProperties
543
+ # cmdlet-name: New-AzSpringCloudBuildpacksGroupObject
544
+ # - model-name: BuildpackProperties
545
+ # cmdlet-name: New-AzSpringCloudBuildpackObject
546
+ # - model-name: ConfigurationServiceGitRepository
547
+ # - model-name: GitPatternRepository
548
+ # - model-name: ContentCertificateProperties
549
+ # cmdlet-name: New-AzSpringCloudContentCertificateObject
550
+ # - model-name: LoadedCertificate
551
+ # cmdlet-name: New-AzSpringCloudAppLoadedCertificateObject
552
+ # Customized parameter names
553
+ # - model-name: KeyVaultCertificateProperties
554
+ # cmdlet-name: New-AzSpringCloudKeyVaultCertificateObject
555
+ # Customized RelativePath with '<default>' value
556
+ # - model-name: JarUploadedUserSourceInfo
557
+ # cmdlet-name: New-AzSpringCloudAppDeploymentJarUploadedObject
558
+ # - model-name: NetCoreZipUploadedUserSourceInfo
559
+ # cmdlet-name: New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject
560
+ # - model-name: SourceUploadedUserSourceInfo
561
+ # cmdlet-name: New-AzSpringCloudAppDeploymentSourceUploadedObject
562
+ # Customized BuildResultId with '<default>' value
563
+ # - model-name: BuildResultUserSourceInfo
564
+ # cmdlet-name: New-AzSpringCloudAppDeploymentBuildResultObject
558
565
559
566
- where :
560
567
subject-prefix : SpringCloud
0 commit comments