sparse-intern-71089
07/28/2023, 3:44 PMsticky-knife-56285
07/29/2023, 9:05 PMfast-vr-6049
07/31/2023, 7:16 PM// The default provider version doesn't have the feature I want
using Pulumi.AzureNative.Database;
// This explicit version has the one I want!
using Pulumi.AzureNative.Database.V20230731Preview;
(This is an imaginary example; you'll need to check the available versions of your provider to see if it's there. If not, try updating your Azure Native dependency!)