Skip to content

Commit 5372f41

Browse files
aim-for-betterZhenyu ZhouMaryGao
authored
{HDInsight} Update hilo readme files (#25321)
* Update hilo readme files * Update specification/hdinsight/resource-manager/Microsoft.HDInsight/HDInsightOnAks/readme.typescript.md * remove title of tyeescript and use the top title to keep the same style with other azure services --------- Co-authored-by: Zhenyu Zhou <[email protected]> Co-authored-by: Mary Gao <[email protected]>
1 parent c2e836c commit 5372f41

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

specification/hdinsight/resource-manager/Microsoft.HDInsight/HDInsightOnAks/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ To see additional help and options, run:
2525
These 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
3030
openapi-type: arm
3131
openapi-subtype: rpaas
3232
azure-arm: true
@@ -92,8 +92,8 @@ Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azur
9292
``` yaml $(csharp)
9393
csharp:
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

specification/hdinsight/resource-manager/Microsoft.HDInsight/HDInsightOnAks/readme.nodejs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-f
66
``` yaml $(nodejs)
77
nodejs:
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.
1919
Please 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)
2222
nodejs:
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

specification/hdinsight/resource-manager/Microsoft.HDInsight/HDInsightOnAks/readme.typescript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Please also specify `--typescript-sdks-folder=<path to root folder of your azure
66
``` yaml $(typescript)
77
typescript:
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
```

0 commit comments

Comments
 (0)