File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed
specification/postgresql/resource-manager Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,10 @@ Generate all API versions currently shipped for this package
18
18
` ` ` yaml $(python)
19
19
clear-output-folder : true
20
20
batch :
21
- - tag : package-flexibleserver-2021-06
21
+ - tag : package-flexibleserver-2022-01-preview
22
22
- tag : package-2020-01-01
23
23
` ` `
24
24
25
- ### Tag: package-flexibleserver-2022-03-privatepreview and python
26
-
27
- These settings apply only when ` --tag=package-flexibleserver-2022-03-privatepreview --python` is specified on the command line.
28
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
29
-
30
- ` ` ` yaml $(tag) == 'package-flexibleserver-2022-03-privatepreview' && $(python)
31
- namespace: azure.mgmt.rdbms.postgresql_flexibleservers
32
- output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
33
- ` ` `
34
25
35
26
### Tag: package-flexibleserver-2022-01-preview and python
36
27
@@ -42,15 +33,6 @@ namespace: azure.mgmt.rdbms.postgresql_flexibleservers
42
33
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
43
34
` ` `
44
35
45
- # ## Tag: package-flexibleserver-2021-06 and python
46
-
47
- These settings apply only when `--tag=package-flexibleserver-2021-06 --python` is specified on the command line.
48
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
49
-
50
- ` ` ` yaml $(tag) == 'package-flexibleserver-2021-06' && $(python)
51
- namespace: azure.mgmt.rdbms.postgresql_flexibleservers
52
- output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
53
- ` ` `
54
36
55
37
# ## Tag: package-2020-01-01 and python
56
38
You can’t perform that action at this time.
0 commit comments