Skip to content

[AutoPR @azure-rest/contosowidgetmanager-rest] test cadl sample #1849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fc7d10f
save
dw511214992 Jun 7, 2022
6c83e53
save new autorest config file in sdk repo
dw511214992 Jun 9, 2022
457b581
Update automation_generate.sh
dw511214992 Jun 10, 2022
59e0ea1
Update automation_generate.sh
dw511214992 Jun 13, 2022
1f2f00b
Update swagger_to_sdk_config.json
dw511214992 Jul 14, 2022
b58dbe1
Update swagger_to_sdk_config.json
dw511214992 Jul 14, 2022
30997c6
Update README.md
dw511214992 Jul 25, 2022
e03bd40
Update automation_init.sh
dw511214992 Jul 26, 2022
04da330
Update automation_init.sh
dw511214992 Sep 27, 2022
84b5547
Update automation_generate.sh
dw511214992 Oct 18, 2022
d454ffd
Update automation_generate.sh
dw511214992 Oct 20, 2022
0541144
Merge remote-tracking branch 'x/main' into main
Oct 26, 2022
c3bce29
Create typescript-emitter-package.json
dw511214992 Dec 7, 2022
dabc7cd
Update typescript-emitter-package.json
dw511214992 Dec 7, 2022
2fdfd4b
Update typescript-emitter-package.json
dw511214992 Dec 9, 2022
ad96247
Update typescript-emitter-package.json
dw511214992 Dec 9, 2022
730facb
Update typescript-emitter-package.json
dw511214992 Dec 9, 2022
e230cd1
Rename typescript-emitter-package.json to typescript-emitter-package1…
dw511214992 Dec 20, 2022
cc724f5
Rename typescript-emitter-package1.json to typescript-emitter-package…
dw511214992 Dec 20, 2022
b8f4e2f
Update automation_init.sh
dw511214992 Dec 20, 2022
75be1c8
Update typescript-emitter-package.json
dw511214992 Dec 21, 2022
bd8d39c
Update automation_init.sh
dw511214992 Dec 21, 2022
c1ed2c1
Update typescript-emitter-package.json
dw511214992 Dec 21, 2022
df2b629
Merge remote-tracking branch 'origin/main' into merge-main
dw511214992 Jan 5, 2023
75e74aa
CodeGen from PR 3624 in openapi-env-test/azure-rest-api-specs
Jan 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .scripts/automation_init.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
npm install -g @microsoft/rush
npm install -g @azure-tools/js-sdk-release-tools
npm install -g azure-tools-js-sdk-release-tools
Loading