Skip to content

Commit a9b002a

Browse files
authored
use latest automation tool (Azure#19052)
1 parent 859d599 commit a9b002a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scripts/automation_generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
track2-codegen-automation-for-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@6.0.0-beta.13
2+
hlc-code-gen-for-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@6.0.0-alpha.16.20211130.1

.scripts/automation_init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
npm install -g @microsoft/rush
44
rush install
55
# install release tools
6-
npm install -g azure-track2-js-sdk-release-tools
6+
npm install -g @azure-tools/js-sdk-release-tools

0 commit comments

Comments
 (0)