Skip to content

Commit bbba3d3

Browse files
committed
updated readme.md
1 parent 9c5bc8d commit bbba3d3

File tree

1 file changed

+25
-16
lines changed
  • specification/compute/resource-manager

1 file changed

+25
-16
lines changed

specification/compute/resource-manager/readme.md

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ These are the global settings for the Compute API.
3434
title: ComputeManagementClient
3535
description: Compute Client
3636
openapi-type: arm
37-
tag: package-2022-01-03
37+
tag: package-2022-03-02
3838

3939
directive:
4040
- where:
@@ -235,12 +235,13 @@ directive:
235235
- RequiredPropertiesMissingInResourceModel
236236
```
237237
238-
### Tag: package-2022-01-03
238+
### Tag: package-2022-03-02
239239
240-
These settings apply only when `--tag=package-2022-01-03` is specified on the command line.
240+
These settings apply only when `--tag=package-2022-03-02` is specified on the command line.
241241

242-
``` yaml $(tag) == 'package-2022-01-03'
242+
``` yaml $(tag) == 'package-2022-03-02'
243243
input-file:
244+
- Microsoft.Compute/stable/2022-03-02/common.json
244245
- Microsoft.Compute/stable/2022-03-01/ComputeRP/computeRPCommon.json
245246
- Microsoft.Compute/stable/2022-03-01/ComputeRP/virtualMachineScaleSet.json
246247
- Microsoft.Compute/stable/2022-03-01/ComputeRP/virtualMachine.json
@@ -255,29 +256,37 @@ input-file:
255256
- Microsoft.Compute/stable/2022-03-01/ComputeRP/capacityReservation.json
256257
- Microsoft.Compute/stable/2022-03-01/ComputeRP/logAnalytic.json
257258
- Microsoft.Compute/stable/2022-03-01/ComputeRP/runCommand.json
259+
- Microsoft.Compute/stable/2022-03-02/DiskRP/diskRPCommon.json
260+
- Microsoft.Compute/stable/2022-03-02/DiskRP/disk.json
261+
- Microsoft.Compute/stable/2022-03-02/DiskRP/diskAccess.json
262+
- Microsoft.Compute/stable/2022-03-02/DiskRP/diskEncryptionSet.json
263+
- Microsoft.Compute/stable/2022-03-02/DiskRP/diskRestorePoint.json
264+
- Microsoft.Compute/stable/2022-03-02/DiskRP/snapshot.json
265+
- Microsoft.Compute/stable/2022-03-01/ComputeRP/runCommand.json
258266
- Microsoft.Compute/stable/2021-07-01/skus.json
259-
- Microsoft.Compute/stable/2021-12-01/disk.json
260-
- Microsoft.Compute/stable/2022-01-03/common.json
261267
- Microsoft.Compute/stable/2022-01-03/GalleryRP/galleryRPCommon.json
262268
- Microsoft.Compute/stable/2022-01-03/GalleryRP/gallery.json
263269
- Microsoft.Compute/stable/2022-01-03/GalleryRP/sharedGallery.json
264270
- Microsoft.Compute/stable/2022-01-03/GalleryRP/communityGallery.json
265271
- Microsoft.Compute/stable/2021-03-01/cloudService.json
266272
```
267273

268-
### Tag: package-2022-01-03-only
274+
### Tag: package-2022-03-02-only
269275

270-
These settings apply only when `--tag=package-2022-01-03-only` is specified on the command line.
276+
These settings apply only when `--tag=package-2022-03-02-only` is specified on the command line.
271277

272-
``` yaml $(tag) == 'package-2022-01-03-only'
278+
``` yaml $(tag) == 'package-2022-03-02-only'
273279
input-file:
274-
- Microsoft.Compute/stable/2022-01-03/common.json
275-
- Microsoft.Compute/stable/2022-01-03/GalleryRP/galleryRPCommon.json
276-
- Microsoft.Compute/stable/2022-01-03/GalleryRP/gallery.json
277-
- Microsoft.Compute/stable/2022-01-03/GalleryRP/sharedGallery.json
278-
- Microsoft.Compute/stable/2022-01-03/GalleryRP/communityGallery.json
280+
- Microsoft.Compute/stable/2022-03-02/common.json
281+
- Microsoft.Compute/stable/2022-03-02/DiskRP/diskRPCommon.json
282+
- Microsoft.Compute/stable/2022-03-02/DiskRP/disk.json
283+
- Microsoft.Compute/stable/2022-03-02/DiskRP/diskAccess.json
284+
- Microsoft.Compute/stable/2022-03-02/DiskRP/diskEncryptionSet.json
285+
- Microsoft.Compute/stable/2022-03-02/DiskRP/diskRestorePoint.json
286+
- Microsoft.Compute/stable/2022-03-02/DiskRP/snapshot.json
279287
```
280288

289+
281290
### Tag: package-2022-03-01
282291

283292
These settings apply only when `--tag=package-2022-03-01` is specified on the command line.
@@ -327,8 +336,8 @@ input-file:
327336
- Microsoft.Compute/stable/2022-03-01/ComputeRP/restorePoint.json
328337
- Microsoft.Compute/stable/2022-03-01/ComputeRP/capacityReservation.json
329338
- Microsoft.Compute/stable/2022-03-01/ComputeRP/logAnalytic.json
330-
- Microsoft.Compute/stable/2022-03-01/ComputeRP/runCommand.json
331-
```
339+
- Microsoft.Compute/stable/2022-03-01/ComputeRP/runCommand.json
340+
```
332341

333342
### Tag: package-2021-12-01
334343

0 commit comments

Comments
 (0)