Skip to content

Commit

Permalink
[TypeSpec] Upgrade autorest to 0.35.2 (Azure#26502)
Browse files Browse the repository at this point in the history
- [AzureOpenAI] Update generated swagger
- [EventGrid] Update generated swagger
  • Loading branch information
mikeharder authored Oct 31, 2023
1 parent 2a95835 commit 2264262
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-rest-api-specs",
"devDependencies": {
"@azure-tools/typespec-apiview": "0.4.4",
"@azure-tools/typespec-autorest": "0.35.1",
"@azure-tools/typespec-autorest": "0.35.2",
"@azure-tools/typespec-azure-core": "0.35.1",
"@azure-tools/typespec-azure-resource-manager": "0.35.0",
"@azure-tools/typespec-client-generator-core": "0.35.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
}
},
"x-ms-paths": {
"/deployments/{deploymentId}/audio/transcriptions?api-version={apiVersion}": {
"/deployments/{deploymentId}/audio/transcriptions?_overload=getAudioTranscriptionAsResponseObject": {
"post": {
"operationId": "GetAudioTranscriptionAsResponseObject",
"description": "Gets transcribed text and associated metadata from provided spoken audio data. Audio will be transcribed in the\nwritten language corresponding to the language it was spoken in.",
Expand Down Expand Up @@ -526,7 +526,7 @@
}
}
},
"/deployments/{deploymentId}/audio/translations?api-version={apiVersion}": {
"/deployments/{deploymentId}/audio/translations?_overload=getAudioTranslationAsResponseObject": {
"post": {
"operationId": "GetAudioTranslationAsResponseObject",
"description": "Gets English language transcribed text and associated metadata from provided spoken audio data.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
}
},
"x-ms-paths": {
"/topics/{topicName}:publish?api-version={apiVersion}": {
"/topics/{topicName}:publish?_overload=publishCloudEvents": {
"post": {
"operationId": "PublishCloudEvents",
"description": "Publish Batch Cloud Event to namespace topic. In case of success, the server responds with an HTTP 200 status code with an empty JSON object in response. Otherwise, the server can return various error codes. For example, 401: which indicates authorization failure, 403: which indicates quota exceeded or message is too large, 410: which indicates that specific topic is not found, 400: for bad request, and 500: for internal server error. ",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
}
},
"x-ms-paths": {
"/topics/{topicName}:publish?api-version={apiVersion}": {
"/topics/{topicName}:publish?_overload=publishCloudEvents": {
"post": {
"operationId": "PublishCloudEvents",
"description": "Publish Batch Cloud Event to namespace topic. In case of success, the server responds with an HTTP 200 status code with an empty JSON object in response. Otherwise, the server can return various error codes. For example, 401: which indicates authorization failure, 403: which indicates quota exceeded or message is too large, 410: which indicates that specific topic is not found, 400: for bad request, and 500: for internal server error. ",
Expand Down

0 comments on commit 2264262

Please sign in to comment.