Chris Duck
Chris Duck
I just got this working using the following syntax: ``` invoke-dscresource -name xWebConfigPropertyCollection -Method Set -ModuleName xWebAdministration -Property @{ Ensure = "Present" WebsitePath = "Iis:\" Filter = "/system.webServer/rewrite" CollectionName =...
Is this because we're missing some "continuation phrases" to match on in this section? https://github.com/pulumi/pulumi-terraform-bridge/blob/30d7d6a046545b1226f2e1b81f22bab4b3181b96/pkg/tfgen/docs.go#L263-L272 ex: The `create_option` property [here](https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/website/docs/r/managed_disk.html.markdown) would need to match on "values include" maybe?
Just hit this as well. Looking in to it, should the terraform resource just not be specifying a default value of -1? https://github.com/terraform-providers/terraform-provider-azurerm/blob/82b73af7a3319e3abb2bc1eb083be86941e9e9ab/azurerm/internal/services/loganalytics/log_analytics_workspace_resource.go#L99-L105 It seems silly to set a default...
If Azure doesn't care about case, isn't the problem in the resource/engine doing case sensitive string comparisons?
> Hi @Finzzownt Im' not actively maintaining this, havent been for many years. I appreciate the PR but it would be much better of someone else took it over. I'd...
I'm having the same problem with the same site extension. Would it be possible to add a property to the auto-generated code that would allow us to either add the...
FYI I've opened up an issue on the Azure SDK project for this as well since it is also broken. https://github.com/Azure/azure-sdk-for-js/issues/21116