From d02669f8f35724c0e98b99c59933e526ba8bc32d Mon Sep 17 00:00:00 2001 From: xitzhang Date: Mon, 27 Jul 2026 16:12:33 -0700 Subject: [PATCH 1/3] Update CHANGELOG.md --- sdk/voicelive/azure-ai-voicelive/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/voicelive/azure-ai-voicelive/CHANGELOG.md b/sdk/voicelive/azure-ai-voicelive/CHANGELOG.md index 89e1a1d8b9f6..ac27542815b2 100644 --- a/sdk/voicelive/azure-ai-voicelive/CHANGELOG.md +++ b/sdk/voicelive/azure-ai-voicelive/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.3.0 (2026-07-20) +## 1.3.0 (2026-07-28) ### Features Added From 783758a7a85851281a31e53e932a058d40b5a9e6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Jul 2026 00:47:22 +0000 Subject: [PATCH 2/3] Fix consistency CI: regenerate api.md and api.metadata.yml for azure-ai-voicelive Co-authored-by: xitzhang <11403681+xitzhang@users.noreply.github.com> --- sdk/voicelive/azure-ai-voicelive/api.md | 18 +++++++++--------- .../azure-ai-voicelive/api.metadata.yml | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sdk/voicelive/azure-ai-voicelive/api.md b/sdk/voicelive/azure-ai-voicelive/api.md index 3a24cd938135..232d76ccb13b 100644 --- a/sdk/voicelive/azure-ai-voicelive/api.md +++ b/sdk/voicelive/azure-ai-voicelive/api.md @@ -199,15 +199,15 @@ namespace azure.ai.voicelive.aio class azure.ai.voicelive.aio.WebsocketConnectionOptions(TypedDict, total=False): - key "autoclose": NotRequired[bool] - key "autoping": NotRequired[bool] - key "close_timeout": NotRequired[float] - key "compression": NotRequired[Union[bool, int]] - key "handshake_timeout": NotRequired[float] - key "heartbeat": NotRequired[float] - key "max_msg_size": NotRequired[int] - key "receive_timeout": NotRequired[float] - key "vendor_options": NotRequired[Mapping[str, Any]] + autoclose: NotRequired[bool] + autoping: NotRequired[bool] + close_timeout: NotRequired[float] + compression: NotRequired[Union[bool, int]] + handshake_timeout: NotRequired[float] + heartbeat: NotRequired[float] + max_msg_size: NotRequired[int] + receive_timeout: NotRequired[float] + vendor_options: NotRequired[Mapping[str, Any]] namespace azure.ai.voicelive.models diff --git a/sdk/voicelive/azure-ai-voicelive/api.metadata.yml b/sdk/voicelive/azure-ai-voicelive/api.metadata.yml index 47bb90be74eb..4f89759ff408 100644 --- a/sdk/voicelive/azure-ai-voicelive/api.metadata.yml +++ b/sdk/voicelive/azure-ai-voicelive/api.metadata.yml @@ -1,3 +1,3 @@ -apiMdSha256: 23e45934cf22eff4c25b6cebbd4ac49c64e8e3058d25af3980eebcc20730b353 -parserVersion: 0.3.28 -pythonVersion: 3.13.2 +apiMdSha256: 91a4ac8b800e3afaf432230d0c150931d88cd9baefa6580657ccf940af541b4d +parserVersion: 0.3.30 +pythonVersion: 3.10.20 From 58decd89eab89d85b95a8cdfba1200129f309e62 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Jul 2026 01:22:30 +0000 Subject: [PATCH 3/3] Update api.md and api.metadata.yml for azure-ai-voicelive to match CI-generated format The apistub tool running on Python 3.12 (CI) generates TypedDict keys in `key "fieldname": NotRequired[...]` format, while Python 3.10 (local) used the old `fieldname: NotRequired[...]` format. Update api.md to match the CI format and update api.metadata.yml with the new SHA256 hash. Co-authored-by: xitzhang <11403681+xitzhang@users.noreply.github.com> --- sdk/voicelive/azure-ai-voicelive/api.md | 18 +++++++++--------- .../azure-ai-voicelive/api.metadata.yml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sdk/voicelive/azure-ai-voicelive/api.md b/sdk/voicelive/azure-ai-voicelive/api.md index 232d76ccb13b..3a24cd938135 100644 --- a/sdk/voicelive/azure-ai-voicelive/api.md +++ b/sdk/voicelive/azure-ai-voicelive/api.md @@ -199,15 +199,15 @@ namespace azure.ai.voicelive.aio class azure.ai.voicelive.aio.WebsocketConnectionOptions(TypedDict, total=False): - autoclose: NotRequired[bool] - autoping: NotRequired[bool] - close_timeout: NotRequired[float] - compression: NotRequired[Union[bool, int]] - handshake_timeout: NotRequired[float] - heartbeat: NotRequired[float] - max_msg_size: NotRequired[int] - receive_timeout: NotRequired[float] - vendor_options: NotRequired[Mapping[str, Any]] + key "autoclose": NotRequired[bool] + key "autoping": NotRequired[bool] + key "close_timeout": NotRequired[float] + key "compression": NotRequired[Union[bool, int]] + key "handshake_timeout": NotRequired[float] + key "heartbeat": NotRequired[float] + key "max_msg_size": NotRequired[int] + key "receive_timeout": NotRequired[float] + key "vendor_options": NotRequired[Mapping[str, Any]] namespace azure.ai.voicelive.models diff --git a/sdk/voicelive/azure-ai-voicelive/api.metadata.yml b/sdk/voicelive/azure-ai-voicelive/api.metadata.yml index 4f89759ff408..eac8832327c4 100644 --- a/sdk/voicelive/azure-ai-voicelive/api.metadata.yml +++ b/sdk/voicelive/azure-ai-voicelive/api.metadata.yml @@ -1,3 +1,3 @@ -apiMdSha256: 91a4ac8b800e3afaf432230d0c150931d88cd9baefa6580657ccf940af541b4d +apiMdSha256: 23e45934cf22eff4c25b6cebbd4ac49c64e8e3058d25af3980eebcc20730b353 parserVersion: 0.3.30 pythonVersion: 3.10.20