hashicorp / pandora

A suite of single-purpose tools enabling automation for Terraform/Azure
Mozilla Public License 2.0
67 stars 50 forks source link

fields can be of format `base64url` & `uuid` & `binary` #144

Open tombuildsstuff opened 3 years ago

tombuildsstuff commented 3 years ago

I spotted this in passing, so I'm not 100% sure how widely used it is yet - but worth calling out: https://github.com/Azure/azure-rest-api-specs/pull/3286/files#diff-512c67e15c246de8d0b6ace04ae92bd48b3660de68b34a3d0fb12b3b647295cbR3975-R3978

tombuildsstuff commented 3 years ago

Also UUID: https://github.com/Azure/azure-rest-api-specs/blob/60d6c393c7e71b45ebe0976a35fd7a5841993159/specification/mediaservices/resource-manager/Microsoft.Media/stable/2021-06-01/Accounts.json#L619

tombuildsstuff commented 3 years ago

Also Binary: https://github.com/Azure/azure-rest-api-specs/blob/a5f8ef67c8170e4081527e400473c6deddcfabfd/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/library.json#L291-L294

tombuildsstuff commented 2 years ago

URI Parameters can be too: https://github.com/Azure/autorest.go/pull/720