@@ -792,9 +792,9 @@ stages:
792792 repoName : ' Agents-M365Copilot'
793793 baseBranchName : ' main'
794794 branchName : ' ccs-dotnet/$(betaBranch)'
795- targetClassName : " BaseM365CopilotClient "
795+ targetClassName : " BaseAgentsM365CopilotBetaSystemsClient "
796796 targetNamespace : " Microsoft.Agents.M365Copilot.Beta"
797- commitMessagePrefix : " feat(generation): update request builders and models for dotnet"
797+ commitMessagePrefix : " feat(generation): update request builders and models for dotnet beta "
798798 customArguments : " -b -i '**/copilot/**'" # Enable the backing store, include only copilot paths
799799 cleanMetadataFolder : $(cleanOpenAPIFolderBeta)
800800 pathExclusionArguments : ' '
@@ -826,11 +826,11 @@ stages:
826826 repoName : ' Agents-M365Copilot'
827827 baseBranchName : ' main'
828828 branchName : ' ccs-python/$(betaBranch)'
829- targetClassName : " BaseCopilotControlSystemsClient "
830- targetNamespace : " copilot_control_systems .generated"
829+ targetClassName : " BaseAgentsM365CopilotBetaSystemsClient "
830+ targetNamespace : " microsoft_agents_m365copilot_beta .generated"
831831 customArguments : " -b -i '**/copilot/**'" # Enable the backing store, include only copilot paths
832832 cleanMetadataFolder : $(cleanOpenAPIFolderBeta)
833- commitMessagePrefix : " feat(generation): update request builders and models for python"
833+ commitMessagePrefix : " feat(generation): update request builders and models for python beta "
834834 pathExclusionArguments : ' '
835835 isCopilotGeneration : true
836836 languageSpecificSteps :
@@ -860,9 +860,9 @@ stages:
860860 repoName : ' Agents-M365Copilot'
861861 baseBranchName : ' main'
862862 branchName : ' ccs-typescript/$(betaBranch)'
863- commitMessagePrefix : " feat(generation): update request builders and models for typescript"
864- targetClassName : " BaseCopilotControlSystemsClient "
865- targetNamespace : " github.com/microsoft/ccs-beta-sdk- typescript/"
863+ commitMessagePrefix : " feat(generation): update request builders and models for typescript beta "
864+ targetClassName : " BaseAgentsM365CopilotBetaSystemsClient "
865+ targetNamespace : " github.com/microsoft/Agents-M365Copilot/ typescript/"
866866 customArguments : " -b -i '**/copilot/**'" # Enable the backing store, include only copilot paths
867867 cleanMetadataFolder : $(cleanOpenAPIFolderBeta)
868868 pathExclusionArguments : ' '
0 commit comments