Lee Zen

Results 114 comments of Lee Zen

I believe this should be possible today. Could you please clarify where you aren't able to do this? On the triggering side, this is up to your CI provider. For...

Thanks for pointing this inconsistency out! I'll move this to the docs repo as a docs bug.

I have this currently as a 'punt' for the iteration. I think if we did want to invest more, we'll need to do the things you mention, e.g. measure and...

``` SELECT "date", count(*) as cnt FROM "default"."www_prod_cloudfront_logs" WHERE "date" > date('2020-05-01') AND uri LIKE '/docs/reference/pkg/dotnet/%' AND user_agent NOT LIKE '%bot%' AND user_agent NOT LIKE '%Bot%' AND user_agent NOT LIKE...

@xbnagy Just to clarify, are you referring to the fact that https://www.pulumi.com/docs/reference/pkg/azure-native/web/webapp/#managedserviceidentitytype doesn't clarify that it's actually an enum and how to access the values of that enum depending on...

@xbnagy Great -- thanks for clarifying your feedback!

@pgavlin I don't -- I am mainly suspecting codegen given the fact that TS is correct while the remaining languages are incorrect.

I think the workaround you have is going to be good for now as it looks like this is a bug upstream (https://github.com/hashicorp/terraform-provider-azurerm/issues/13348). I suspect it's possibly related to reading...

Do you mind trying on the latest version of the SDKs (both provider and pulumi)? We made some fixes in this area recently that may address this.