Skip to content
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

Closed
thkn-hofa opened this issue Sep 28, 2021 · 5 comments
Closed

PSStorageObject KeyCreationTime Query #15968

thkn-hofa opened this issue Sep 28, 2021 · 5 comments
Assignees
Labels
customer-reported feature-request This issue requires a new behavior in the product in order be resolved. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team. Storage

Comments

@thkn-hofa
Copy link

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?

@thkn-hofa thkn-hofa added feature-request This issue requires a new behavior in the product in order be resolved. needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Sep 28, 2021
@ghost ghost added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that customer-reported and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Sep 28, 2021
@blueww
Copy link
Member

blueww commented Sep 29, 2021

@thkn-hofa

Would you please give the detail script and output to repro the issue (hide credential)?
For the PSH cmdlets, please add "-debug" to show the debug log.
And please also give the Az.Storage module version. (Get-Module Az.Storage)
(If you follow up the issue template, we normally can get most information needed for investigation.)

In my test, if the account is created long ago, the key creation time might won't return from server.
For a new create account, I can see the key creation time return from server.
Or if the account key is renewed recently, I can also see the key creation time return from server.

@blueww blueww added the Storage label Sep 29, 2021
@blueww blueww self-assigned this Sep 29, 2021
@dingmeng-xue dingmeng-xue added the Service Attention This issue is responsible by Azure service team. label Sep 30, 2021
@ghost
Copy link

ghost commented Sep 30, 2021

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.

Issue Details

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?

Author: thkn-hofa
Assignees: blueww
Labels:

Storage, feature-request, Service Attention, question, customer-reported

Milestone: -

@thkn-hofa
Copy link
Author

I'm home sick right now but I'll be able to provide feedback on Monday.

@blueww
Copy link
Member

blueww commented Oct 8, 2021

@thkn-hofa

Do you have any update for this issue?

@thkn-hofa
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported feature-request This issue requires a new behavior in the product in order be resolved. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team. Storage
Projects
None yet
Development

No branches or pull requests

3 participants