File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
specification/postgresqlhsc/resource-manager Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat
66
77These settings apply only when ` --track2 ` is specified on the command line.
88
9- ``` yaml $(track2 )
9+ ``` yaml $(python )
1010azure-arm : true
1111license-header : MICROSOFT_MIT_NO_VERSION
1212package-name : azure-mgmt-rdbms
@@ -18,7 +18,7 @@ no-namespace-folders: true
1818
1919Generate all API versions currently shipped for this package
2020
21- ` ` ` yaml $(track2 )
21+ ` ` ` yaml $(python )
2222clear-output-folder : true
2323batch :
2424 - tag : package-2020-10-05-privatepreview
@@ -32,4 +32,4 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
3232` ` ` yaml $(tag) == 'package-2020-10-05-privatepreview' && $(python)
3333namespace: azure.mgmt.rdbms.postgresqlhsc
3434output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresqlhsc
35- ` ` `
35+ ` ` `
You can’t perform that action at this time.
0 commit comments