Skip to content
Merged
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
2 changes: 1 addition & 1 deletion sdk/ai/azure-ai-agents/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "python",
"TagPrefix": "python/ai/azure-ai-agents",
"Tag": "python/ai/azure-ai-agents_bccddce06c"
"Tag": "python/ai/azure-ai-agents_b188b06c47"
}
1 change: 1 addition & 0 deletions sdk/ai/azure-ai-agents/tests/test_agents_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3067,6 +3067,7 @@ def test_code_interpreter_and_save_file(self, **kwargs):
assert output_file_exist

@agentClientPreparer()
@pytest.mark.skip("Azure Function does not work.")
@recorded_by_proxy
def test_azure_function_call(self, **kwargs):
"""Test calling Azure functions."""
Expand Down
1 change: 1 addition & 0 deletions sdk/ai/azure-ai-agents/tests/test_agents_client_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -2679,6 +2679,7 @@ async def _do_test_create_attachment_in_thread_azure(self, **kwargs):
await ai_client.close()

@agentClientPreparer()
@pytest.mark.skip("Azure Function does not work.")
@recorded_by_proxy_async
async def test_azure_function_call(self, **kwargs):
"""Test calling Azure functions."""
Expand Down