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
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
66
77``` yaml $(python)
8- title : HDInsightOnAksMgmtClient
8+ title : HDInsightContainersMgmtClient
99azure-arm : true
1010license-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
1313package-version : 1.0.0b1
1414clear-output-folder : true
1515` ` `
1616
1717` ` ` yaml $(python)
1818no-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
2020` ` `
2121
2222` ` ` yaml $(python)
You can’t perform that action at this time.
0 commit comments