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:
25
25
These are the global settings for the HDInsight On Aks API.
26
26
27
27
``` yaml
28
- title : HDInsightOnAksManagementClient
29
- description : HDInsight On Aks Management Client
28
+ title : HDInsightContainersManagementClient
29
+ description : HDInsight Containers Management Client
30
30
openapi-type : arm
31
31
openapi-subtype : rpaas
32
32
azure-arm : true
@@ -92,8 +92,8 @@ Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azur
92
92
` ` ` yaml $(csharp)
93
93
csharp:
94
94
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
97
97
clear-output-folder: true
98
98
` ` `
99
99
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
6
6
``` yaml $(nodejs)
7
7
nodejs :
8
8
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
11
11
generate-license-txt : true
12
12
generate-package-json : true
13
13
generate-readme-md : true
14
14
` ` `
15
15
16
- ## Tag: package-hdinsightonaks -2023-06-preview and Node.js
16
+ ## Tag: package-hdinsightcontainers -2023-06-preview and Node.js
17
17
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.
19
19
Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-for-node clone>`.
20
20
21
21
` ` ` yaml $(tag) == 'package-hdinsightonaks-2023-06-preview' && $(nodejs)
22
22
nodejs:
23
23
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
26
26
generate-license-txt: true
27
27
generate-package-json: true
28
28
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
6
6
``` yaml $(typescript)
7
7
typescript :
8
8
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 "
11
11
generate-metadata : true
12
12
` ` `
You can’t perform that action at this time.
0 commit comments