@@ -34,7 +34,7 @@ These are the global settings for the Compute API.
34
34
title : ComputeManagementClient
35
35
description : Compute Client
36
36
openapi-type : arm
37
- tag : package-2023-03 -01
37
+ tag : package-2023-09 -01
38
38
39
39
directive :
40
40
- where :
@@ -249,6 +249,65 @@ directive:
249
249
- $.definitions.VirtualMachineScaleSetVMExtension
250
250
` ` `
251
251
252
+ ### Tag: package-2023-09-01
253
+
254
+ These settings apply only when ` --tag=package-2023-09-01` is specified on the command line.
255
+
256
+ ` ` ` yaml $(tag) == 'package-2023-09-01'
257
+ input-file:
258
+ - Microsoft.Compute/common-types/v1/common.json
259
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/computeRPCommon.json
260
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/virtualMachineScaleSet.json
261
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/virtualMachine.json
262
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/virtualMachineImage.json
263
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/virtualMachineExtensionImage.json
264
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/availabilitySet.json
265
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/proximityPlacementGroup.json
266
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/dedicatedHost.json
267
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/sshPublicKey.json
268
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/image.json
269
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/restorePoint.json
270
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/capacityReservation.json
271
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/logAnalytic.json
272
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/runCommand.json
273
+ - Microsoft.Compute/DiskRP/stable/2022-07-02/diskRPCommon.json
274
+ - Microsoft.Compute/DiskRP/stable/2022-07-02/disk.json
275
+ - Microsoft.Compute/DiskRP/stable/2022-07-02/diskAccess.json
276
+ - Microsoft.Compute/DiskRP/stable/2022-07-02/diskEncryptionSet.json
277
+ - Microsoft.Compute/DiskRP/stable/2022-07-02/diskRestorePoint.json
278
+ - Microsoft.Compute/DiskRP/stable/2022-07-02/snapshot.json
279
+ - Microsoft.Compute/Skus/stable/2021-07-01/skus.json
280
+ - Microsoft.Compute/GalleryRP/stable/2022-03-03/galleryRPCommon.json
281
+ - Microsoft.Compute/GalleryRP/stable/2022-03-03/gallery.json
282
+ - Microsoft.Compute/GalleryRP/stable/2022-03-03/sharedGallery.json
283
+ - Microsoft.Compute/GalleryRP/stable/2022-03-03/communityGallery.json
284
+ - Microsoft.Compute/CloudserviceRP/stable/2022-09-04/cloudService.json
285
+ ` ` `
286
+
287
+ # ## Tag: package-2023-09-01-only
288
+
289
+ These settings apply only when `--tag=package-2023-09-01-only` is specified on the command line.
290
+
291
+ ` ` ` yaml $(tag) == 'package-2023-09-01-only'
292
+ input-file:
293
+ - Microsoft.Compute/common-types/v1/common.json
294
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/computeRPCommon.json
295
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/virtualMachineScaleSet.json
296
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/virtualMachine.json
297
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/virtualMachineImage.json
298
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/virtualMachineExtensionImage.json
299
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/availabilitySet.json
300
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/proximityPlacementGroup.json
301
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/dedicatedHost.json
302
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/sshPublicKey.json
303
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/image.json
304
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/restorePoint.json
305
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/capacityReservation.json
306
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/logAnalytic.json
307
+ - Microsoft.Compute/ComputeRP/stable/2023-09-01/runCommand.json
308
+ ` ` `
309
+
310
+
252
311
# ## Tag: package-2023-03-01
253
312
254
313
These settings apply only when `--tag=package-2023-03-01` is specified on the command line.
0 commit comments