pulumi / pulumi-azure-native

Azure Native Provider
Apache License 2.0
125 stars 34 forks source link

Purview Identity required #2328

Open mattwoodcock opened 1 year ago

mattwoodcock commented 1 year ago

File: themes/default/content/registry/packages/azure-native/api-docs/purview/account/_index.md

Example won't deploy unless additional Identity element is populated :

Identity = new Purview.Inputs.IdentityArgs{ Type = Purview.Type.SystemAssigned },

otherwise error is returned : azure-native:purview:Account (account): error: Code="1001" Message="IdentityUrl is required" Target="IdentityUrl" Details=[]

thomas11 commented 1 year ago

Hi @mattwoodcock, thank you for reporting this. We take the examples straight from the Azure spec, so it seems they are wrong here. I filed an issue with them.