forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 18087 in Azure/azure-rest-api-specs
[Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2022-02-15-preview (Azure#18087) * Adds base for updating Microsoft.DocumentDB from version preview/2021-11-15-preview to version 2022-02-15-preview * Updates readme * Updates API version in new specs and examples * Partition Merge RP API changes * fix spec to reflect the returned value * fix serialization of merge response * Add mongodb API * prettier fix * fixed Linter and Prettier errors * prettier fixes * fix linter errors * address CR feedback * semantic validation fixes * fix mongodb merge example * support for pitr basic/lite * fix pretty and add mongo 4.2 * Adding Support for Client Encryption Policy in swagger spec * Update cosmos-db.json * Update cosmos-db.json * Update CosmosDBSqlContainerCreateUpdate.json * Fixed prettier checl * Fixed prettier check Co-authored-by: Vinh Trinh <vitrinh@microsoft.com> Co-authored-by: Santosh Kulkarni <66682828+kr-santosh@users.noreply.github.com>
- Loading branch information
1 parent
9d5f582
commit f7df4d4
Showing
18 changed files
with
909 additions
and
77 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"commit": "bb9f1204f9a337404ff7e7b73b4c7b4ddde7f8f1", | ||
"commit": "74ca59fc8cb6563d5a9d66fb533b8622522143eb", | ||
"readme": "specification/cosmos-db/resource-manager/readme.md", | ||
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/cosmos-db/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220217.1", | ||
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/cosmos-db/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220105.1", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
"use": "@autorest/typescript@6.0.0-alpha.16.20220217.1" | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.6", | ||
"use": "@autorest/typescript@6.0.0-alpha.16.20220105.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.