Skip to content

Commit 0ab8ecb

Browse files
authored
[Automation] Generate SDK based on TypeSpec 0.29.0 (Azure#44873)
1 parent 4cbf7a5 commit 0ab8ecb

File tree

13 files changed

+156
-663
lines changed

13 files changed

+156
-663
lines changed

eng/emitter-package-lock.json

Lines changed: 128 additions & 635 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/emitter-package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-tools/typespec-java": "0.28.0"
4+
"@azure-tools/typespec-java": "0.29.0"
55
},
66
"devDependencies": {
7-
"@azure-tools/typespec-autorest": "0.53.0",
8-
"@azure-tools/typespec-azure-core": "0.53.0",
9-
"@azure-tools/typespec-azure-resource-manager": "0.53.0",
10-
"@azure-tools/typespec-azure-rulesets": "0.53.0",
11-
"@azure-tools/typespec-client-generator-core": "0.53.1",
7+
"@azure-tools/typespec-autorest": "0.54.0",
8+
"@azure-tools/typespec-azure-core": "0.54.0",
9+
"@azure-tools/typespec-azure-resource-manager": "0.54.0",
10+
"@azure-tools/typespec-azure-rulesets": "0.54.0",
11+
"@azure-tools/typespec-client-generator-core": "0.54.0",
1212
"@azure-tools/typespec-liftr-base": "0.8.0",
13-
"@typespec/compiler": "0.67.1",
14-
"@typespec/http": "0.67.1",
15-
"@typespec/openapi": "0.67.1",
16-
"@typespec/rest": "0.67.1",
17-
"@typespec/versioning": "0.67.1",
18-
"@typespec/xml": "0.67.1"
13+
"@typespec/compiler": "1.0.0-rc.0",
14+
"@typespec/http": "1.0.0-rc.0",
15+
"@typespec/openapi": "1.0.0-rc.0",
16+
"@typespec/rest": "0.68.0",
17+
"@typespec/versioning": "0.68.0",
18+
"@typespec/xml": "0.68.0"
1919
}
2020
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
directory: specification/databasewatcher/DatabaseWatcher.Management
2-
commit: 6f175c9c006269a1d0f1928fbc768cacc6ac379a
2+
commit: 2ddcc49aa62928eff65f3864a88832fb4959166c
33
repo: Azure/azure-rest-api-specs
44
additionalDirectories:

sdk/openai/azure-ai-openai-assistants/src/main/java/com/azure/ai/openai/assistants/implementation/AssistantsClientImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4560,7 +4560,7 @@ public Response<BinaryData> listFilesWithResponse(RequestOptions requestOptions)
45604560
* }
45614561
* </pre>
45624562
*
4563-
* @param uploadFileRequest The uploadFileRequest parameter.
4563+
* @param uploadFileRequest The file data to upload and its purpose.
45644564
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
45654565
* @throws HttpResponseException thrown if the request is rejected by server.
45664566
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
@@ -4597,7 +4597,7 @@ public Mono<Response<BinaryData>> uploadFileWithResponseAsync(BinaryData uploadF
45974597
* }
45984598
* </pre>
45994599
*
4600-
* @param uploadFileRequest The uploadFileRequest parameter.
4600+
* @param uploadFileRequest The file data to upload and its purpose.
46014601
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
46024602
* @throws HttpResponseException thrown if the request is rejected by server.
46034603
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
directory: specification/ai/OpenAI.Assistants
2-
commit: 6f175c9c006269a1d0f1928fbc768cacc6ac379a
2+
commit: 2ddcc49aa62928eff65f3864a88832fb4959166c
33
repo: Azure/azure-rest-api-specs

sdk/openai/azure-ai-openai/src/main/java/com/azure/ai/openai/implementation/OpenAIClientImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,7 +2473,7 @@ public Response<BinaryData> listFilesWithResponse(RequestOptions requestOptions)
24732473
* }
24742474
* </pre>
24752475
*
2476-
* @param uploadFileRequest The uploadFileRequest parameter.
2476+
* @param uploadFileRequest The file and its purpose to upload.
24772477
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
24782478
* @throws HttpResponseException thrown if the request is rejected by server.
24792479
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
@@ -2510,7 +2510,7 @@ public Mono<Response<BinaryData>> uploadFileWithResponseAsync(BinaryData uploadF
25102510
* }
25112511
* </pre>
25122512
*
2513-
* @param uploadFileRequest The uploadFileRequest parameter.
2513+
* @param uploadFileRequest The file and its purpose to upload.
25142514
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
25152515
* @throws HttpResponseException thrown if the request is rejected by server.
25162516
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
directory: specification/cognitiveservices/OpenAI.Inference
22
additionalDirectories:
33
- specification/cognitiveservices/OpenAI.Authoring
4-
commit: 1873aba404990976cddd425ebb54b72b58e56c23
4+
commit: 2ddcc49aa62928eff65f3864a88832fb4959166c
55
repo: Azure/azure-rest-api-specs

sdk/purview/azure-analytics-purview-datamap/src/main/java/com/azure/analytics/purview/datamap/EntityAsyncClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@ public Mono<Response<BinaryData>> getBusinessMetadataTemplateWithResponse(Reques
22202220
* }
22212221
* </pre>
22222222
*
2223-
* @param body Body parameter.
2223+
* @param body Multipart body.
22242224
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
22252225
* @throws HttpResponseException thrown if the request is rejected by server.
22262226
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
@@ -3733,7 +3733,7 @@ public Mono<BinaryData> getBusinessMetadataTemplate() {
37333733
/**
37343734
* Upload the file for creating Business Metadata in BULK.
37353735
*
3736-
* @param body Body parameter.
3736+
* @param body Multipart body.
37373737
* @throws IllegalArgumentException thrown if parameters fail the validation.
37383738
* @throws HttpResponseException thrown if the request is rejected by server.
37393739
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.

sdk/purview/azure-analytics-purview-datamap/src/main/java/com/azure/analytics/purview/datamap/EntityClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@ public Response<BinaryData> getBusinessMetadataTemplateWithResponse(RequestOptio
22022202
* }
22032203
* </pre>
22042204
*
2205-
* @param body Body parameter.
2205+
* @param body Multipart body.
22062206
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
22072207
* @throws HttpResponseException thrown if the request is rejected by server.
22082208
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
@@ -3676,7 +3676,7 @@ public BinaryData getBusinessMetadataTemplate() {
36763676
/**
36773677
* Upload the file for creating Business Metadata in BULK.
36783678
*
3679-
* @param body Body parameter.
3679+
* @param body Multipart body.
36803680
* @throws IllegalArgumentException thrown if parameters fail the validation.
36813681
* @throws HttpResponseException thrown if the request is rejected by server.
36823682
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.

sdk/purview/azure-analytics-purview-datamap/src/main/java/com/azure/analytics/purview/datamap/implementation/EntitiesImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5161,7 +5161,7 @@ public Response<BinaryData> getBusinessMetadataTemplateWithResponse(RequestOptio
51615161
* }
51625162
* </pre>
51635163
*
5164-
* @param body Body parameter.
5164+
* @param body Multipart body.
51655165
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
51665166
* @throws HttpResponseException thrown if the request is rejected by server.
51675167
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
@@ -5200,7 +5200,7 @@ public Mono<Response<BinaryData>> importBusinessMetadataWithResponseAsync(Binary
52005200
* }
52015201
* </pre>
52025202
*
5203-
* @param body Body parameter.
5203+
* @param body Multipart body.
52045204
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
52055205
* @throws HttpResponseException thrown if the request is rejected by server.
52065206
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.

0 commit comments

Comments
 (0)