Commit 28a163a 1 parent 9c40c26 commit 28a163a Copy full SHA for 28a163a
File tree 2 files changed +35
-1
lines changed
specification/compute/resource-manager
2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -416,6 +416,29 @@ input-file:
416
416
- Microsoft.Compute/CloudserviceRP/stable/2024-11-04/cloudService.json
417
417
` ` `
418
418
419
+ # ## Tag: package-2024-11-01-only
420
+
421
+ These settings apply only when `--tag=package-2024-11-01-only` is specified on the command line.
422
+
423
+ ` ` ` yaml $(tag) == 'package-2024-11-01-only'
424
+ input-file:
425
+ - Microsoft.Compute/common-types/v1/common.json
426
+ - Microsoft.Compute/ComputeRP/stable/2024-11-01/computeRPCommon.json
427
+ - Microsoft.Compute/ComputeRP/stable/2024-11-01/virtualMachineScaleSet.json
428
+ - Microsoft.Compute/ComputeRP/stable/2024-11-01/virtualMachine.json
429
+ - Microsoft.Compute/ComputeRP/stable/2024-11-01/virtualMachineImage.json
430
+ - Microsoft.Compute/ComputeRP/stable/2024-11-01/virtualMachineExtensionImage.json
431
+ - Microsoft.Compute/ComputeRP/stable/2024-11-01/availabilitySet.json
432
+ - Microsoft.Compute/ComputeRP/stable/2024-11-01/proximityPlacementGroup.json
433
+ - Microsoft.Compute/ComputeRP/stable/2024-11-01/dedicatedHost.json
434
+ - Microsoft.Compute/ComputeRP/stable/2024-11-01/sshPublicKey.json
435
+ - Microsoft.Compute/ComputeRP/stable/2024-11-01/image.json
436
+ - Microsoft.Compute/ComputeRP/stable/2024-11-01/restorePoint.json
437
+ - Microsoft.Compute/ComputeRP/stable/2024-11-01/capacityReservation.json
438
+ - Microsoft.Compute/ComputeRP/stable/2024-11-01/logAnalytic.json
439
+ - Microsoft.Compute/ComputeRP/stable/2024-11-01/runCommand.json
440
+ ` ` `
441
+
419
442
# ## Tag: package-2024-10-01
420
443
421
444
These settings apply only when `--tag=package-2024-10-01` is specified on the command line.
Original file line number Diff line number Diff line change @@ -36,9 +36,10 @@ Generate all API versions currently shipped for this package
36
36
37
37
` ` ` yaml $(python)
38
38
multiapi : true
39
- default-api-version : " 2024-11-04 "
39
+ default-api-version : " 2024-11-01 "
40
40
batch :
41
41
- tag : package-2024-11-04-only
42
+ - tag : package-2024-11-01-only
42
43
- tag : package-2024-07-01-only
43
44
- tag : package-2024-03-02-only
44
45
- tag : package-2023-10-02-only
@@ -76,6 +77,16 @@ namespace: azure.mgmt.compute.v2024_11_04
76
77
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2024_11_04
77
78
` ` `
78
79
80
+ # ## Tag: package-2024-11-01-only
81
+
82
+ These settings apply only when `--tag=package-2024-11-01-only --python` is specified on the command line.
83
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
84
+
85
+ ` ` ` yaml $(tag) == 'package-2024-11-01-only'
86
+ namespace: azure.mgmt.compute.v2024_11_01
87
+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2024_11_01
88
+ ` ` `
89
+
79
90
# ## Tag: package-2024-07-01-only
80
91
81
92
These settings apply only when `--tag=package-2024-07-01-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments