Skip to content

Commit e5f4a1d

Browse files
authored
[Identity] Integration test cleanup (#34106)
Removed outdated manual testing instructions for VMs and App Service. These are now automated. Updated a repo URI in the post-provisioning powershell scripts. Signed-off-by: Paul Van Eck <[email protected]>
1 parent cef73b8 commit e5f4a1d

File tree

3 files changed

+1
-381
lines changed

3 files changed

+1
-381
lines changed

sdk/identity/azure-identity/tests/managed-identity-live/appservice.md

Lines changed: 0 additions & 223 deletions
This file was deleted.

sdk/identity/azure-identity/tests/managed-identity-live/vm.md

Lines changed: 0 additions & 157 deletions
This file was deleted.

sdk/identity/test-resources-post.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Write-Host "Applied kubeconfig.yaml"
122122
# Virtual machine setup
123123
$vmScript = @"
124124
sudo apt update && sudo apt install python3-pip -y --no-install-recommends &&
125-
git clone https://github.com/pvaneck/azure-sdk-for-python.git --depth 1 --single-branch --branch identity-vm-bicep /sdk &&
125+
git clone https://github.com/Azure/azure-sdk-for-python.git --depth 1 --single-branch --branch main /sdk &&
126126
cd /sdk/sdk/identity/azure-identity/tests/integration/azure-vms &&
127127
pip install -r requirements.txt
128128
"@

0 commit comments

Comments
 (0)