Skip to content

Commit 8c1627f

Browse files
Suyash ChoudharyCopilot
andcommitted
test(storagemover): add cross-sub mgmt clients to dev_requirements
Adds azure-mgmt-network, azure-mgmt-authorization, and azure-mgmt-storage as test-only dependencies. These are required by the cross-subscription flow exercised by matrix row #31 (test_start_c2c_job_with_private_source) and row #10's extended public-bucket E2E (test_job_definition_job_run): PE-connection approval on the shared PrivateLinkService, blob container provisioning under the shared storage account, and Storage Blob Data Contributor role assignment for the target endpoint MSI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ee42689 commit 8c1627f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
-e ../../../eng/tools/azure-sdk-tools
22
../../identity/azure-identity
33
aiohttp
4+
# Cross-sub mgmt clients used by scenario-test matrix row #31
5+
# (`test_start_c2c_job_with_private_source`) and row #10's extended public-bucket
6+
# E2E (`test_job_definition_job_run`). Test-only deps; not in the package's
7+
# runtime install_requires.
8+
azure-mgmt-network
9+
azure-mgmt-authorization
10+
azure-mgmt-storage

0 commit comments

Comments
 (0)