Azure / azure-resource-manager-schemas

Schemas used to author and validate Resource Manager Templates. These schemas power the intellisense and syntax completion in our ARM Tools VSCode extension, as well as the Export Template API
MIT License
610 stars 517 forks source link

SnowflakeLinkedV2ServiceTypeProperties missing "role" attribute #3165

Open Invincibear opened 3 months ago

Invincibear commented 3 months ago

SnowflakeLinkedV2ServiceTypeProperties as displayed here is missing the role attribute which is available in the Azure Portal UI (see images)

This is related to https://github.com/Azure/azure-rest-api-specs/issues/29952

Screenshot from 2024-07-24 13-56-32 Screenshot from 2024-07-24 13-54-24

Invincibear commented 3 months ago

Until https://github.com/Azure/azure-rest-api-specs/pull/29953 is approved I have closed https://github.com/Azure/azure-resource-manager-schemas/pull/3166 and will re-open it once https://github.com/Azure/azure-rest-api-specs/pull/29953 is merged