You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, it looks like our generator doesn't support "unixtime" format when it is seen in Swagger. (The defintions in question can be found here: Azure/azure-rest-api-specs/keyvault/2015-06-01/swagger/keyvault.json) When that happens, we bomb out into strings to support the broadest set of data types. As you point out, that can cause marshaling issues.
To get around these issues, I'm adding support into Azure/go-autorest for the UnixTime. Once that PR is accepted, I'll replace this line in the generator with the newly created type.
the values for NotBefore, Created and Updates are incorrect and cause unmarshmaling errors here. They should be json.Number
Edit: This apply on SecretBundle:SecretAttributes & KeyBundle:KeyAttributes
Edit #2: also applies on CertificateBundle
The text was updated successfully, but these errors were encountered: