Remove the identity dependency from pkgs. (#4179)

This commit is contained in:
Rick Winter 2022-12-09 15:31:38 -08:00 committed by GitHub
parent 10daa9b5fc
commit 3fe9c27c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View File

@ -2,7 +2,6 @@
"name": "azure-security-keyvault-certificates",
"version-string": "1.0.0",
"dependencies": [
"azure-core-cpp",
"azure-identity-cpp"
"azure-core-cpp"
]
}

View File

@ -2,7 +2,6 @@
"name": "azure-security-keyvault-keys",
"version-string": "1.0.0",
"dependencies": [
"azure-core-cpp",
"azure-identity-cpp"
"azure-core-cpp"
]
}

View File

@ -2,7 +2,6 @@
"name": "azure-security-keyvault-secrets",
"version-string": "1.0.0",
"dependencies": [
"azure-core-cpp",
"azure-identity-cpp"
"azure-core-cpp"
]
}