File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
specification/hdinsight/resource-manager/Microsoft.HDInsight/HDInsightOnAks Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ To see additional help and options, run:
2525These are the global settings for the HDInsight On Aks API.
2626
2727``` yaml
28- title : HDInsightOnAksManagementClient
29- description : HDInsight On Aks Management Client
28+ title : HDInsightContainersManagementClient
29+ description : HDInsight Containers Management Client
3030openapi-type : arm
3131openapi-subtype : rpaas
3232azure-arm : true
@@ -92,8 +92,8 @@ Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azur
9292` ` ` yaml $(csharp)
9393csharp:
9494 license-header: MICROSOFT_MIT_NO_VERSION
95- namespace: Azure.ResourceManager.HDInsightOnAks
96- output-folder: $(csharp-sdks-folder)/hdinsight/Azure.ResourceManager.HDInsightOnAks /src/Generated
95+ namespace: Azure.ResourceManager.HDInsight.Containers
96+ output-folder: $(csharp-sdks-folder)/hdinsight/Azure.ResourceManager.HDInsight.Containers /src/Generated
9797 clear-output-folder: true
9898` ` `
9999
Original file line number Diff line number Diff line change @@ -6,23 +6,23 @@ Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-f
66``` yaml $(nodejs)
77nodejs :
88 azure-arm : true
9- package-name : azure-arm-hdinsight
10- output-folder : $(node-sdks-folder)/lib/services/hdInsightManagement
9+ package-name : azure-arm-hdinsightcontainers
10+ output-folder : $(node-sdks-folder)/lib/services/hdInsightContainersManagement
1111 generate-license-txt : true
1212 generate-package-json : true
1313 generate-readme-md : true
1414` ` `
1515
16- ## Tag: package-hdinsightonaks -2023-06-preview and Node.js
16+ ## Tag: package-hdinsightcontainers -2023-06-preview and Node.js
1717
18- These settings apply only when ` --tag=package-hdinsightonaks -2023-06-preview --nodejs` is specified on the command line.
18+ These settings apply only when ` --tag=package-hdinsightcontainers -2023-06-preview --nodejs` is specified on the command line.
1919Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-for-node clone>`.
2020
2121` ` ` yaml $(tag) == 'package-hdinsightonaks-2023-06-preview' && $(nodejs)
2222nodejs:
2323 azure-arm: true
24- package-name: azure-arm-hdinsightonaks
25- output-folder: $(node-sdks-folder)/lib/services/hdInsightOnAksManagement
24+ package-name: azure-arm-hdinsightcontainers
25+ output-folder: $(node-sdks-folder)/lib/services/hdInsightContainersManagement
2626 generate-license-txt: true
2727 generate-package-json: true
2828 generate-readme-md: true
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Please also specify `--typescript-sdks-folder=<path to root folder of your azure
66``` yaml $(typescript)
77typescript :
88 azure-arm : true
9- package-name : " @azure/arm-hdinsightonaks "
10- output-folder : " $(typescript-sdks-folder)/sdk/hdinsight/arm-hdinsightonaks "
9+ package-name : " @azure/arm-hdinsightcontainers "
10+ output-folder : " $(typescript-sdks-folder)/sdk/hdinsight/arm-hdinsightcontainers "
1111 generate-metadata : true
1212` ` `
You can’t perform that action at this time.
0 commit comments