Skip to content

Commit

Permalink
Remove duplicate identity test variables (#21461)
Browse files Browse the repository at this point in the history
* Remove duplicate identity test variables

* Add empty bicep file
  • Loading branch information
benbp authored Aug 30, 2023
1 parent 360a75a commit cbed217
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions sdk/azidentity/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ stages:
PEM_CONTENTS: $(net-identity-spcert-pem)
SNI_CONTENTS: $(net-identity-spcert-sni)
EnvVars:
AZURE_IDENTITY_TEST_TENANTID: $(net-identity-tenantid)
AZURE_IDENTITY_TEST_USERNAME: $(net-identity-username)
AZURE_IDENTITY_TEST_PASSWORD: $(net-identity-password)
IDENTITY_SP_TENANT_ID: $(net-identity-sp-tenantid)
IDENTITY_SP_CLIENT_ID: $(net-identity-sp-clientid)
IDENTITY_SP_CLIENT_SECRET: $(net-identity-sp-clientsecret)
IDENTITY_SP_CERT_PEM: $(Agent.TempDirectory)/test.pem
IDENTITY_SP_CERT_PFX: $(Agent.TempDirectory)/test.pfx
IDENTITY_SP_CERT_SNI: $(Agent.TempDirectory)/testsni.pfx
1 change: 1 addition & 0 deletions sdk/azidentity/test-resources.bicep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
param baseName string

0 comments on commit cbed217

Please sign in to comment.