Update automation_generate.sh (#24220)
* Update automation_generate.sh * Update RLC-Swagger-quickstart.md * Update RLC-quickstart.md
This commit is contained in:
Родитель
80dd1d00be
Коммит
79ac9d410a
|
@ -1,2 +1,2 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
code-gen-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@6.0.0-rc.4 --cadlEmitter=@azure-tools/cadl-typescript
|
code-gen-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@6.0.0-rc.5 --cadlEmitter=@azure-tools/cadl-typescript
|
||||||
|
|
|
@ -47,7 +47,7 @@ We are working on to automatically generate everything right now, but currently
|
||||||
security: AADToken
|
security: AADToken
|
||||||
security-scopes: https://farmbeats.azure.net/.default
|
security-scopes: https://farmbeats.azure.net/.default
|
||||||
use-extension:
|
use-extension:
|
||||||
"@autorest/typescript": "6.0.0-rc.1"
|
"@autorest/typescript": "6.0.0-rc.5"
|
||||||
```
|
```
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ We are working on to automatically generate everything right now, but currently
|
||||||
```json
|
```json
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
...
|
...
|
||||||
"@azure-tools/cadl-typescript": "1.0.0-beta.5"
|
"@azure-tools/cadl-typescript": "1.0.0-beta.6"
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче