File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
specification/hybridaks/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,13 +6,13 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
6
6
``` yaml $(python)
7
7
azure-arm : true
8
8
license-header : MICROSOFT_MIT_NO_VERSION
9
- package-name : azure-mgmt-hybridaks
10
- namespace : azure.mgmt.hybridaks
9
+ package-name : azure-mgmt-hybridcontainerservice
10
+ namespace : azure.mgmt.hybridcontainerservice
11
11
package-version : 1.0.0b1
12
12
clear-output-folder : true
13
13
` ` `
14
14
15
15
` ` ` yaml $(python)
16
16
no-namespace-folders : true
17
- output-folder : $(python-sdks-folder)/hybridaks /azure-mgmt-hybridaks /azure/mgmt/hybridaks
17
+ output-folder : $(python-sdks-folder)/hybridcontainerservice /azure-mgmt-hybridcontainerservice /azure/mgmt/hybridcontainerservice
18
18
` ` `
You can’t perform that action at this time.
0 commit comments