@@ -124,14 +124,10 @@ resources:
124124 type : github
125125 endpoint : microsoftkiota
126126 name : microsoft/ccs-beta-sdk-dotnet
127- - repository : ccs-beta-sdk-python
127+ - repository : Agents-M365Copilot
128128 type : github
129129 endpoint : microsoftkiota
130- name : microsoft/ccs-beta-sdk-python
131- - repository : ccs-beta-sdk-typescript
132- type : github
133- endpoint : microsoftkiota
134- name : microsoft/ccs-beta-sdk-typescript
130+ name : microsoft/Agents-M365Copilot
135131
136132
137133pool : 1es-ubuntu-latest-m
@@ -836,21 +832,21 @@ stages:
836832 language : ' csharp'
837833 version : ' beta'
838834 orgName : ' microsoft'
839- repoName : ' ccs-beta-sdk-dotnet '
835+ repoName : ' Agents-M365Copilot '
840836 baseBranchName : ' main'
841- branchName : ' ccs/$(betaBranch)'
842- targetClassName : " BaseCopilotControlSystemsClient "
843- targetNamespace : " Microsoft.Copilot.ControlSystems "
844- commitMessagePrefix : " feat(generation): update request builders and models"
837+ branchName : ' ccs-dotnet /$(betaBranch)'
838+ targetClassName : " BaseM365CopilotClient "
839+ targetNamespace : " Microsoft.Agents.M365Copilot.Beta "
840+ commitMessagePrefix : " feat(generation): update request builders and models for dotnet "
845841 customArguments : " -b -i '**/copilot/**'" # Enable the backing store, include only copilot paths
846842 cleanMetadataFolder : $(cleanOpenAPIFolderBeta)
847843 pathExclusionArguments : ' '
848844 isCopilotGeneration : true
849845 languageSpecificSteps :
850846 - template : generation-templates/dotnet-kiota.yml
851847 parameters :
852- repoName : ccs-beta-sdk- dotnet
853- packageName : Microsoft.Copilot.ControlSystems
848+ repoName : ' Agents-M365Copilot/ dotnet'
849+ packageName : Microsoft.Agents.M365Copilot.Beta
854850
855851- stage : stage_ccs_python_beta
856852 dependsOn :
@@ -877,7 +873,7 @@ stages:
877873 targetNamespace : " copilot_control_systems.generated"
878874 customArguments : " -b -i '**/copilot/**'" # Enable the backing store, include only copilot paths
879875 cleanMetadataFolder : $(cleanOpenAPIFolderBeta)
880- commitMessagePrefix : " feat(generation): update request builders and models"
876+ commitMessagePrefix : " feat(generation): update request builders and models for python "
881877 pathExclusionArguments : ' '
882878 isCopilotGeneration : true
883879 languageSpecificSteps :
@@ -907,7 +903,7 @@ stages:
907903 repoName : ' ccs-beta-sdk-typescript'
908904 baseBranchName : ' main'
909905 branchName : ' ccs/$(betaBranch)'
910- commitMessagePrefix : " feat(generation): update request builders and models"
906+ commitMessagePrefix : " feat(generation): update request builders and models for typescript "
911907 targetClassName : " BaseCopilotControlSystemsClient"
912908 targetNamespace : " github.com/microsoft/ccs-beta-sdk-typescript/"
913909 customArguments : " -b -i '**/copilot/**'" # Enable the backing store, include only copilot paths
0 commit comments