File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
specification/hdinsight/resource-manager/Microsoft.HDInsight/HDInsightOnAks Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
5
5
Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
6
6
7
7
``` yaml $(python)
8
- title : HDInsightOnAksMgmtClient
8
+ title : HDInsightContainersMgmtClient
9
9
azure-arm : true
10
10
license-header : MICROSOFT_MIT_NO_VERSION
11
- namespace : azure.mgmt.hdinsightonaks
12
- package-name : azure-mgmt-hdinsightonaks
11
+ namespace : azure.mgmt.hdinsightcontainers
12
+ package-name : azure-mgmt-hdinsightcontainers
13
13
package-version : 1.0.0b1
14
14
clear-output-folder : true
15
15
` ` `
16
16
17
17
` ` ` yaml $(python)
18
18
no-namespace-folders : true
19
- output-folder : $(python-sdks-folder)/hdinsight/azure-mgmt-hdinsightonaks /azure/mgmt/hdinsightonaks
19
+ output-folder : $(python-sdks-folder)/hdinsight/azure-mgmt-hdinsightcontainers /azure/mgmt/hdinsightcontainers
20
20
` ` `
21
21
22
22
` ` ` yaml $(python)
You can’t perform that action at this time.
0 commit comments