-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting an exception while running this. #4
Comments
Sorry, Can you give more details on what you are trying to run? this repository has all my blog samples so can't tell which one this is relating to. |
Sorry Rahul! My bad - I was trying to run the KeyVault Expiry Alerter. https://github.com/rahulpnath/Blog/blob/master/KeyVaultExpiryAlerter/Expiry%20Alert.ps1 |
No worries - It's been a long time since I have written this. are there any keys in the key vault that you are connecting to? Looks like that might be an issue and something that needs to be handled there? |
Oh, possible - I would take a look to that Rahul. Would you know if I can do it for all KeyVaults within a sub, I tried specifying multiple keyvaults within the keyvault, but that didn't work. |
The current script is for one vault - You will need to modify it to loop through multiple if you want. |
@sonalis04 Did you have any luck with this? |
Exception calling "AddRange" with "1" argument(s): "Collection cannot be null.
Parameter name: c"
At line:85 char:1
The text was updated successfully, but these errors were encountered: