Hello! Quick question... I am looking for this, <h...
# azure
b
Hello! Quick question... I am looking for this, https://www.pulumi.com/registry/packages/azure/api-docs/storage/sharefile/, but then for Azure Native. It looks like it is not there yet, correct?
m
Looks like it doesn’t exist. That’s because Azure Native is generated from Microsoft’s official API specs which only model Azure resources on the ARM level (control plane), not objects managed by the individual resource managers (data plane). For some popular data plane operations we have added custom support. If that would be valuable to you for share files, please file an issue on https://github.com/pulumi/pulumi-azure-native/issues. Thanks!
b
Thanks for your prompt reply and sure! https://github.com/pulumi/pulumi-azure-native/issues/2247