-
Notifications
You must be signed in to change notification settings - Fork 3k
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
return expires_on from get-access-token #27410
Conversation
❌AzureCLI-FullTest
|
Hi @cataggar, |
️✔️AzureCLI-BreakingChangeTest
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
Thanks for the contribution. I will discuss with our PMs regarding this topic. |
@cataggar, do you prefer an integer
|
As there are more things to do besides simply uncommenting this line, I will do these tasks in another PR #27476. |
This is a fix for #19700. @jiasli made the code. It works. It will let us fix Azure/azure-sdk-for-rust#1371 .
If you want to rename it to
expiresOnEpoch
, either works for us.Related command
az account get-access-token
Description
This returns the
expire_on
.Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a
: Make some customer-facing breaking change[Component Name 2]
az command b
: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
[ x The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.