Skip to content

Commit 28a163a

Browse files
[compute] Update readme.python.md (#33111)
* Update readme.python.md * Update readme.md * Update readme.python.md * Reorder package-2024-11-01-only settings
1 parent 9c40c26 commit 28a163a

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

specification/compute/resource-manager/readme.md

+23
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,29 @@ input-file:
416416
- Microsoft.Compute/CloudserviceRP/stable/2024-11-04/cloudService.json
417417
```
418418

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+
419442
### Tag: package-2024-10-01
420443

421444
These settings apply only when `--tag=package-2024-10-01` is specified on the command line.

specification/compute/resource-manager/readme.python.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ Generate all API versions currently shipped for this package
3636
3737
```yaml $(python)
3838
multiapi: true
39-
default-api-version: "2024-11-04"
39+
default-api-version: "2024-11-01"
4040
batch:
4141
- tag: package-2024-11-04-only
42+
- tag: package-2024-11-01-only
4243
- tag: package-2024-07-01-only
4344
- tag: package-2024-03-02-only
4445
- tag: package-2023-10-02-only
@@ -76,6 +77,16 @@ namespace: azure.mgmt.compute.v2024_11_04
7677
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2024_11_04
7778
```
7879

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+
7990
### Tag: package-2024-07-01-only
8091

8192
These settings apply only when `--tag=package-2024-07-01-only --python` is specified on the command line.

0 commit comments

Comments
 (0)