Remove the identity dependency from pkgs. (#4179)
This commit is contained in:
parent
10daa9b5fc
commit
3fe9c27c41
@ -2,7 +2,6 @@
|
||||
"name": "azure-security-keyvault-certificates",
|
||||
"version-string": "1.0.0",
|
||||
"dependencies": [
|
||||
"azure-core-cpp",
|
||||
"azure-identity-cpp"
|
||||
"azure-core-cpp"
|
||||
]
|
||||
}
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
"name": "azure-security-keyvault-keys",
|
||||
"version-string": "1.0.0",
|
||||
"dependencies": [
|
||||
"azure-core-cpp",
|
||||
"azure-identity-cpp"
|
||||
"azure-core-cpp"
|
||||
]
|
||||
}
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
"name": "azure-security-keyvault-secrets",
|
||||
"version-string": "1.0.0",
|
||||
"dependencies": [
|
||||
"azure-core-cpp",
|
||||
"azure-identity-cpp"
|
||||
"azure-core-cpp"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user