Skip to content

Commit f5f09fd

Browse files
committed
Update the targetClassName and commit msg for consistency
1 parent 9dd962a commit f5f09fd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.azure-pipelines/generation-pipeline.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)