Skip to content

Commit a45dadb

Browse files
committed
Use service client naming
1 parent aae7c41 commit a45dadb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azure-pipelines/generation-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ stages:
792792
repoName: 'Agents-M365Copilot'
793793
baseBranchName : 'main'
794794
branchName: 'ccs-dotnet/$(betaBranch)'
795-
targetClassName: "BaseAgentsM365CopilotBetaSystemsClient"
795+
targetClassName: "BaseAgentsM365CopilotBetaServiceClient"
796796
targetNamespace: "Microsoft.Agents.M365Copilot.Beta"
797797
commitMessagePrefix: "feat(generation): update request builders and models for dotnet beta"
798798
customArguments: "-b -i '**/copilot/**'" # Enable the backing store, include only copilot paths
@@ -826,7 +826,7 @@ stages:
826826
repoName: 'Agents-M365Copilot'
827827
baseBranchName : 'main'
828828
branchName: 'ccs-python/$(betaBranch)'
829-
targetClassName: "BaseAgentsM365CopilotBetaSystemsClient"
829+
targetClassName: "BaseAgentsM365CopilotBetaServiceClient"
830830
targetNamespace: "microsoft_agents_m365copilot_beta.generated"
831831
customArguments: "-b -i '**/copilot/**'" # Enable the backing store, include only copilot paths
832832
cleanMetadataFolder: $(cleanOpenAPIFolderBeta)
@@ -861,7 +861,7 @@ stages:
861861
baseBranchName : 'main'
862862
branchName: 'ccs-typescript/$(betaBranch)'
863863
commitMessagePrefix: "feat(generation): update request builders and models for typescript beta"
864-
targetClassName: "BaseAgentsM365CopilotBetaSystemsClient"
864+
targetClassName: "BaseAgentsM365CopilotBetaServiceClient"
865865
targetNamespace: "github.com/microsoft/Agents-M365Copilot/typescript/"
866866
customArguments: "-b -i '**/copilot/**'" # Enable the backing store, include only copilot paths
867867
cleanMetadataFolder: $(cleanOpenAPIFolderBeta)

0 commit comments

Comments
 (0)