Skip to content

Commit 44b85c3

Browse files
committed
Update the renaming of the python sdk package names
1 parent d6ab401 commit 44b85c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.azure-pipelines/generation-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ stages:
873873
baseBranchName : 'main'
874874
branchName: 'ccs/$(betaBranch)'
875875
targetClassName: "BaseCopilotControlSystemsClient"
876-
targetNamespace: "copilot.generated"
876+
targetNamespace: "copilot_control_systems.generated"
877877
customArguments: "-b -i '**/copilot/**'" # Enable the backing store, include only copilot paths
878878
cleanMetadataFolder: $(cleanOpenAPIFolderBeta)
879879
commitMessagePrefix: "feat(generation): update request builders and models"
@@ -882,7 +882,7 @@ stages:
882882
- template: generation-templates/python.yml
883883
parameters:
884884
repoName: ccs-beta-sdk-python
885-
baseDirectory: copilot
885+
baseDirectory: copilot_control_systems
886886

887887
- stage: stage_ccs_typescript_beta
888888
dependsOn:

0 commit comments

Comments
 (0)