File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
specification/postgresql/resource-manager Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ 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-2023-03 -01-preview
21
+ - tag : package-flexibleserver-2023-06 -01-preview
22
22
- tag : package-2020-01-01
23
23
` ` `
24
24
25
- ### Tag: package-flexibleserver-2023-03 -01-preview and python
25
+ ### Tag: package-flexibleserver-2023-06 -01-preview and python
26
26
27
- These settings apply only when ` --tag=package-flexibleserver-2023-03 -01-preview --python` is specified on the command line.
27
+ These settings apply only when ` --tag=package-flexibleserver-2023-06 -01-preview --python` is specified on the command line.
28
28
Please also specify `--python-sdk-folder=<path to the root directory of your azure-sdk-for-python clone>`.
29
29
30
- ` ` ` yaml $(tag) == 'package-flexibleserver-2023-03 -01-preview' && $(python)
30
+ ` ` ` yaml $(tag) == 'package-flexibleserver-2023-06 -01-preview' && $(python)
31
31
namespace: azure.mgmt.rdbms.postgresql_flexibleservers
32
32
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
33
33
` ` `
@@ -58,4 +58,4 @@ directive:
58
58
where: $.definitions.Network.properties.privateDnsZoneArmResourceId
59
59
transform: >
60
60
$['format'] = 'string';
61
- ` ` `
61
+ ` ` `
You can’t perform that action at this time.
0 commit comments