Heath Stewart
Heath Stewart
@adarce what about https://github.com/Azure/azure-rest-api-specs/blob/fdd4cbaf294814a69131d329d4fd4fb9bccaf6bf/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2023-02-01/keysManagedHsm.json#L546-L549?
Managed HSM was returning what was in the swagger i.e., camelCase: ```json { "attributes": { "created": 1689274125, "expiryTime": "P2Y", "updated": 1689274125 }, "id": "keys/{key-name}/rotationpolicy", "lifetimeActions": [ { "action": { "type":...
> We still have a bunch of Swagger LintDif errors to resolve here around enums shouldn't have duplicate values, when ignoring casing. > > Are we doing this on purpose...
FWIW, the underlying bug is in the std library for WASM: https://github.com/rust-lang/rust/issues/105762
Opened Azure/azure-sdk-tools#7593 for the APIView emitter crash.
There are problems with the swagger - breaking changes, actually - that need to be resolved first; however, for a single property, you really don't need to schedule a meeting....
@JeffreyRichter @mikekistler the two breaking changes were previously approved: 1. The unfortunate discrepancy between "rotate" and "Rotate". We tried one way then had to revert because it broke 3P. 2....
The `OBJECT_MISSING_REQUIRED_PROPERTY` is a known issue and we've approved before. It's a bug where a scope of "/" somehow "hides" subsequent properties, but you can't put it last or validation...
There are problems with the TypeSpec - breaking changes, actually - that need to be resolved first; however, for a single property, you really don't need to schedule a meeting....