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
1818` ` ` yaml $(python)
1919clear-output-folder : true
2020batch :
21- - tag : package-flexibleserver-2023-03 -01-preview
21+ - tag : package-flexibleserver-2023-06 -01-preview
2222 - tag : package-2020-01-01
2323` ` `
2424
25- ### Tag: package-flexibleserver-2023-03 -01-preview and python
25+ ### Tag: package-flexibleserver-2023-06 -01-preview and python
2626
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.
2828Please also specify `--python-sdk-folder=<path to the root directory of your azure-sdk-for-python clone>`.
2929
30- ` ` ` yaml $(tag) == 'package-flexibleserver-2023-03 -01-preview' && $(python)
30+ ` ` ` yaml $(tag) == 'package-flexibleserver-2023-06 -01-preview' && $(python)
3131namespace: azure.mgmt.rdbms.postgresql_flexibleservers
3232output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
3333` ` `
@@ -58,4 +58,4 @@ directive:
5858 where: $.definitions.Network.properties.privateDnsZoneArmResourceId
5959 transform: >
6060 $['format'] = 'string';
61- ` ` `
61+ ` ` `
You can’t perform that action at this time.
0 commit comments