-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
PSStorageObject KeyCreationTime Query #15968
Comments
Would you please give the detail script and output to repro the issue (hide credential)? In my test, if the account is created long ago, the key creation time might won't return from server. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage. Issue DetailsDescription of the new featureStorage/Storage.Management/Models/PSStorageAccount.cs Property 'KeyCreationTime' Proposed implementation details (optional)New feature is already implemented but I can't use, it was implemented in Pull Request #14741 and merged into master half a year ago but I can't use it from the latest version on powershell gallery yet (property just not showing up). I don't understand GitHub more than what I've found out so I'm sorry to be asking this but I really want that feature. Is there something I can do to get it anyway?
|
I'm home sick right now but I'll be able to provide feedback on Monday. |
Do you have any update for this issue? |
I'm getting the KeyCreationTime property now, even on my oldest storage account (although empty because it was never rotated before). My best guess is that the old "Az.Storage" module wasn't unloaded properly after updating it (I should have been smart enough to restart my powershell console though). I'm sorry to have wasted your time and have you waiting for a reply. Thank you very much for your help. |
Description of the new feature
Storage/Storage.Management/Models/PSStorageAccount.cs Property 'KeyCreationTime'
Proposed implementation details (optional)
New feature is already implemented but I can't use, it was implemented in Pull Request #14741 and merged into master half a year ago but I can't use it from the latest version on powershell gallery yet (property just not showing up). I don't understand GitHub more than what I've found out so I'm sorry to be asking this but I really want that feature. Is there something I can do to get it anyway?
The text was updated successfully, but these errors were encountered: