pulumi / pulumi-azure-native

Azure Native Provider
Apache License 2.0
128 stars 35 forks source link

Documentation for SignalR resource "ResourceSku" property is wrong #2741

Open adhalejr opened 1 year ago

adhalejr commented 1 year ago

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

The documentation for "Tier" says to use "Free" or "Standard". However, if you use the value "Standard" when "Name" has a value of "Premium_P1", you'll get an error when the resource is being created:

Code="BadArgument" Message="Invalid arguments" Details=[{"code":"BadArgument","message":"SKU tier does not match name.","target":"sku"}]

The correct value for "Tier" in this case is "Premium".

cnunciato commented 1 year ago

Transferring to azure-native in case this warrants filing an issue with the upstream provider.