Skip to content

Commit

Permalink
Add converter for uint8array map to string and serialization for mode…
Browse files Browse the repository at this point in the history
…ls (#1934)

* add-converter-for-uint8array-map-to-string

* add serialize helper and import bytes utils

* fix array of models serilization

* fix loadtesting case

* use latest core-util and add serialization for model type in optional and required

* fix ci

* use import set

* fix lint errors

* add dev deps of core-util to 1.4.0

* fix package-files deps

* try fix ci

* try fix ci

* add-converter-for-uint8array-map-to-string

* only add core-util when isModularLibraray

* fix ci and resolve comments

* Update package.json

* Update package.json

* fix ci
  • Loading branch information
qiaozha authored Aug 8, 2023
1 parent d551fb2 commit b941319
Show file tree
Hide file tree
Showing 28 changed files with 466 additions and 137 deletions.
128 changes: 61 additions & 67 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/autorest.typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"devDependencies": {
"@azure-tools/test-recorder": "^3.0.0",
"@azure/abort-controller": "^1.0.1",
"@azure/core-util": "^1.0.0-beta.1",
"@azure/core-util": "^1.4.0",
"@azure/core-xml": "^1.0.0-beta.1",
"@microsoft.azure/autorest.testserver": "^3.3.34",
"@types/chai": "^4.2.8",
Expand Down
Loading

0 comments on commit b941319

Please sign in to comment.