We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ab401 commit 44b85c3Copy full SHA for 44b85c3
1 file changed
.azure-pipelines/generation-pipeline.yml
@@ -873,7 +873,7 @@ stages:
873
baseBranchName : 'main'
874
branchName: 'ccs/$(betaBranch)'
875
targetClassName: "BaseCopilotControlSystemsClient"
876
- targetNamespace: "copilot.generated"
+ targetNamespace: "copilot_control_systems.generated"
877
customArguments: "-b -i '**/copilot/**'" # Enable the backing store, include only copilot paths
878
cleanMetadataFolder: $(cleanOpenAPIFolderBeta)
879
commitMessagePrefix: "feat(generation): update request builders and models"
@@ -882,7 +882,7 @@ stages:
882
- template: generation-templates/python.yml
883
parameters:
884
repoName: ccs-beta-sdk-python
885
- baseDirectory: copilot
+ baseDirectory: copilot_control_systems
886
887
- stage: stage_ccs_typescript_beta
888
dependsOn:
0 commit comments