Azure Key Vault: Datetime with no tzinfo will be considered UTC #28101
Labels
Auto-Assign
Auto assign by bot
Azure CLI Team
The command of the issue is owned by Azure CLI team
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
KeyVault
az keyvault
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Describe the bug
The same issue as in #27052 but with
az keyvault secret set-attribute
andaz keyvault key set-attribute
.Related command
az keyvault secret set-attribute --name "secret-name" --vault-name "keyvault-name" --expires "2028-02-20T00:00:00Z"
az keyvault key set-attribute --name "key-name" --vault-name "keyvault-name" --expires "2028-02-20T00:00:00Z"
Errors
Datetime with no tzinfo will be considered UTC.
Issue script & Debug output
Expected behavior
The message
Datetime with no tzinfo will be considered UTC message
is disappeared.Environment Summary
Additional context
No response
The text was updated successfully, but these errors were encountered: