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
6
6
7
7
These settings apply only when ` --track2 ` is specified on the command line.
8
8
9
- ``` yaml $(track2 )
9
+ ``` yaml $(python )
10
10
azure-arm : true
11
11
license-header : MICROSOFT_MIT_NO_VERSION
12
12
package-name : azure-mgmt-rdbms
@@ -18,7 +18,7 @@ no-namespace-folders: true
18
18
19
19
Generate all API versions currently shipped for this package
20
20
21
- ` ` ` yaml $(track2 )
21
+ ` ` ` yaml $(python )
22
22
clear-output-folder : true
23
23
batch :
24
24
- tag : package-2020-10-05-privatepreview
@@ -32,4 +32,4 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
32
32
` ` ` yaml $(tag) == 'package-2020-10-05-privatepreview' && $(python)
33
33
namespace: azure.mgmt.rdbms.postgresqlhsc
34
34
output-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