-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Automation] Generate SDK based on TypeSpec 0.17.1 (#40992)
* [Automation] Generate SDK based on TypeSpec 0.17.1 * Delete sdk/informaticadatamanagement/azure-resourcemanager-informaticadatamanagement/src/test/java/com/azure/resourcemanager/informaticadatamanagement/generated/ServerlessRuntimesStartFailedServerlessRuntimeWithResponseMockTests.java * Update ci.yml --------- Co-authored-by: Weidong Xu <[email protected]>
- Loading branch information
1 parent
59aa3c8
commit 8ce294a
Showing
59 changed files
with
838 additions
and
622 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
{ | ||
"main": "dist/src/index.js", | ||
"dependencies": { | ||
"@azure-tools/typespec-java": "0.17.0" | ||
"@azure-tools/typespec-java": "0.17.1" | ||
}, | ||
"devDependencies": { | ||
"@azure-tools/typespec-autorest": "0.43.0", | ||
"@azure-tools/typespec-azure-core": "0.43.0", | ||
"@azure-tools/typespec-azure-resource-manager": "0.43.0", | ||
"@azure-tools/typespec-azure-rulesets": "0.43.0", | ||
"@azure-tools/typespec-client-generator-core": "0.43.0", | ||
"@azure-tools/typespec-autorest": "0.43.0", | ||
"@azure-tools/typespec-client-generator-core": "0.43.1", | ||
"@typespec/compiler": "0.57.0", | ||
"@typespec/http": "0.57.0", | ||
"@typespec/openapi": "0.57.0", | ||
"@typespec/rest": "0.57.0", | ||
"@typespec/versioning": "0.57.0" | ||
"@typespec/versioning": "0.57.0", | ||
"@typespec/xml": "0.57.0" | ||
} | ||
} |
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,4 +1,4 @@ | ||
directory: specification/batch/Azure.Batch | ||
commit: 68c8da604a93740f5f074046f9d8ffe23c5a2f41 | ||
commit: 3cb1b51638616435470fc10ea00de92512186ece | ||
repo: Azure/azure-rest-api-specs | ||
cleanup: false |
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
2 changes: 1 addition & 1 deletion
2
sdk/communication/azure-communication-jobrouter/tsp-location.yaml
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,4 +1,4 @@ | ||
commit: 03e89671b50de6a14eaa0a3c5c579d6cf057889a | ||
commit: 3cb1b51638616435470fc10ea00de92512186ece | ||
directory: specification/communication/Communication.JobRouter | ||
additionalDirectories: [] | ||
repo: Azure/azure-rest-api-specs |
Oops, something went wrong.