Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
359 changes: 118 additions & 241 deletions eng/emitter-package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "dist/src/index.js",
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-python": "0.61.0"
"@azure-tools/typespec-python": "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js-test-autorest@local/npm/registry/@azure-tools/typespec-python/-/typespec-python-0.61.0-alpha.20260313.1.tgz"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "~0.66.0",
"@azure-tools/typespec-azure-core": "~0.66.0",
"@azure-tools/typespec-azure-resource-manager": "~0.66.0",
"@azure-tools/typespec-azure-rulesets": "~0.65.1",
"@azure-tools/typespec-client-generator-core": "~0.66.1",
"@typespec/compiler": "^1.10.0",
"@typespec/events": "~0.80.0",
"@typespec/http": "^1.10.0",
"@typespec/rest": "~0.80.0",
"@typespec/versioning": "~0.80.0",
"@typespec/openapi": "^1.10.0",
"@typespec/events": "~0.80.0",
"@typespec/rest": "~0.80.0",
"@typespec/sse": "~0.80.0",
"@typespec/streams": "~0.80.0",
"@typespec/xml": "~0.80.0",
"@typespec/openapi3": "1.10.0",
"@azure-tools/openai-typespec": "1.12.0",
"@azure-tools/typespec-autorest": "~0.66.0",
"@azure-tools/typespec-azure-core": "~0.66.0",
"@azure-tools/typespec-azure-resource-manager": "~0.66.0",
"@azure-tools/typespec-azure-rulesets": "~0.66.0",
"@azure-tools/typespec-client-generator-core": "~0.66.2",
"@azure-tools/typespec-liftr-base": "0.12.0"
"@typespec/versioning": "~0.80.0",
"@typespec/xml": "~0.80.0"
},
"overrides": {
"@autorest/python": "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js-test-autorest@local/npm/registry/@autorest/python/-/python-6.50.0-alpha.20260313.1.tgz"
}
}
5 changes: 4 additions & 1 deletion sdk/ai/azure-ai-agents/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"apiVersion": "2025-05-15-preview"
"apiVersion": "2025-05-15-preview",
"apiVersions": {
"Azure.AI.Agents": "2025-05-15-preview"
}
}
6 changes: 3 additions & 3 deletions sdk/ai/azure-ai-agents/azure/ai/agents/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ class AgentsClient(_AgentsClientOperationsMixin): # pylint: disable=too-many-in
:type endpoint: str
:param credential: Credential used to authenticate requests to the service. Required.
:type credential: ~azure.core.credentials.TokenCredential
:keyword api_version: The API version to use for this operation. Default value is
"2025-05-15-preview". Note that overriding this default value may result in unsupported
behavior.
:keyword api_version: The API version to use for this operation. Known values are
"2025-05-15-preview" and None. Default value is "2025-05-15-preview". Note that overriding this
default value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand Down
6 changes: 3 additions & 3 deletions sdk/ai/azure-ai-agents/azure/ai/agents/_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ class AgentsClientConfiguration: # pylint: disable=too-many-instance-attributes
:type endpoint: str
:param credential: Credential used to authenticate requests to the service. Required.
:type credential: ~azure.core.credentials.TokenCredential
:keyword api_version: The API version to use for this operation. Default value is
"2025-05-15-preview". Note that overriding this default value may result in unsupported
behavior.
:keyword api_version: The API version to use for this operation. Known values are
"2025-05-15-preview" and None. Default value is "2025-05-15-preview". Note that overriding this
default value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand Down
Loading