Skip to content

Commit 260f4f4

Browse files
Update readme.python.md (Azure#29886)
1 parent b8bf9af commit 260f4f4

File tree

1 file changed

+14
-2
lines changed
  • specification/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/openshiftclusters

1 file changed

+14
-2
lines changed

specification/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/openshiftclusters/readme.python.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ no-namespace-folders: true
1616
Generate all API versions currently shipped for this package
1717
1818
```yaml $(python)
19-
default-api-version: "2023-09-04"
19+
default-api-version: "2023-11-22"
2020
multiapi: true
2121
batch:
22+
- tag: package-2023-11
2223
- tag: package-2020-04-30
2324
- tag: package-2021-09-01-preview
2425
- tag: package-2022-04-01
@@ -96,4 +97,15 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
9697
``` yaml $(tag) == 'package-2023-09-04' && $(python)
9798
namespace: azure.mgmt.redhatopenshift.v2023_09_04
9899
output-folder: $(python-sdks-folder)/redhatopenshift/azure-mgmt-redhatopenshift/azure/mgmt/redhatopenshift/v2023_09_04
99-
```
100+
```
101+
102+
### Tag: package-2023-11 and python
103+
104+
These settings apply only when `--tag=package-2023-11 --python` is specified on the command line.
105+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
106+
107+
108+
``` yaml $(tag) == 'package-2023-11' && $(python)
109+
namespace: azure.mgmt.redhatopenshift.v2023_11_22
110+
output-folder: $(python-sdks-folder)/redhatopenshift/azure-mgmt-redhatopenshift/azure/mgmt/redhatopenshift/v2023_11_22
111+
```

0 commit comments

Comments
 (0)