Skip to content

Commit

Permalink
[Automation] Generate SDK based on TypeSpec 0.15.18 (Azure#40130)
Browse files Browse the repository at this point in the history
* [Automation] Generate SDK based on TypeSpec 0.15.18

* update commitID for documentintelligence

* revert reflect-config.json

* update commitID for contentsafety

---------

Co-authored-by: Weidong Xu <weidxu@microsoft.com>
  • Loading branch information
azure-sdk and weidongxu-microsoft authored May 13, 2024
1 parent c016915 commit c4d6bf6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 15 deletions.
8 changes: 4 additions & 4 deletions eng/emitter-package-lock.json

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

12 changes: 6 additions & 6 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-java": "0.15.17"
"@azure-tools/typespec-java": "0.15.18"
},
"devDependencies": {
"@azure-tools/typespec-client-generator-core": "0.42.2",
"@typespec/compiler": "0.56.0",
"@azure-tools/typespec-azure-core": "0.42.0",
"@typespec/http": "0.56.0",
"@typespec/versioning": "0.56.0",
"@azure-tools/typespec-client-generator-core": "0.42.2",
"@typespec/rest": "0.56.0",
"@typespec/compiler": "0.56.0",
"@typespec/openapi": "0.56.0",
"@typespec/versioning": "0.56.0",
"@azure-tools/typespec-azure-resource-manager": "0.42.0",
"@azure-tools/typespec-azure-core": "0.42.0"
"@typespec/openapi": "0.56.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"flavor": "Azure",
"flavor": "azure",
"CrossLanguageDefinitionId": {
"com.azure.ai.contentsafety.BlocklistAsyncClient": "ContentSafety.BlocklistClient",
"com.azure.ai.contentsafety.BlocklistAsyncClient.addOrUpdateBlocklistItems": "Customizations.BlocklistClient.addOrUpdateBlocklistItems",
Expand Down
3 changes: 1 addition & 2 deletions sdk/contentsafety/azure-ai-contentsafety/tsp-location.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
directory: specification/cognitiveservices/ContentSafety
commit: 91ada2b6fbdb06456e440807e5b4706110930c49
commit: 4a4eaa0b5584e468feb566fca5eaf0c0c6eca4b3
additionalDirectories: []
repo: Azure/azure-rest-api-specs

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"flavor": "Azure",
"flavor": "azure",
"CrossLanguageDefinitionId": {
"com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient": "DocumentIntelligence.DocumentIntelligenceAdministrationClient",
"com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient.authorizeModelCopy": "ClientCustomizations.DocumentIntelligenceAdministrationClient.authorizeModelCopy",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
directory: specification/ai/DocumentIntelligence
commit: 86b9160756b006b9cd7cda32f294b44d5c44934c
commit: 969c68562c5c4850257c9242a7a64b73c15f110d
repo: Azure/azure-rest-api-specs

0 comments on commit c4d6bf6

Please sign in to comment.