Skip to content

Commit 66cf20e

Browse files
Changed default cloud for ConnectionSettings to be PROD (#90)
1 parent ece33e1 commit 66cf20e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/microsoft-agents-copilotstudio-client/microsoft/agents/copilotstudio/client/connection_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ def __init__(
2727
if not self.agent_identifier:
2828
raise ValueError("Agent Identifier must be provided")
2929

30-
self.cloud = cloud or PowerPlatformCloud.UNKNOWN
30+
self.cloud = cloud or PowerPlatformCloud.PROD
3131
self.copilot_agent_type = copilot_agent_type or AgentType.PUBLISHED
3232
self.custom_power_platform_cloud = custom_power_platform_cloud

0 commit comments

Comments
 (0)