Kirill Logachev

Results 9 comments of Kirill Logachev

@jamesls sorry, I missed your question. Yes, it does complain about circular dependency. The problem is that `{aws_api_gateway_deployment.rest_api.invoke_url}` is known when `api_gateway` is created, but it has a dependency on...

Yeah, this is an update scenario from prior `azure-keyvault` package.. https://github.com/cloud-custodian/cloud-custodian Primarily we need it to transform resource to the dict for further usage. The tool itself doesn't know details...

@annatisch yeah, I think it could help.. For our usecase, it is sufficient to get a `dict` parsed from the raw REST response.. Is there a way to retrieve it?

@annatisch I'll need a few days to try this approach, but it looks promising.. :) Also, I think part of my feedback is lack of consistency.. I know Track 2...

@msyyc It is an issue with a bunch of different SDKs. You can search for this string in this repo to get all entries.. This might be the easiest way.

/unresolve Not sure why it was even marked as resolved. Now there are 2 entries that are clearly some generator/data issue https://github.com/Azure/azure-sdk-for-python/blob/84a9eb69dc38332434645d6556703716ff549fa7/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/__init__.py#L45

This is actually the documentation issue, variable groups sourced from KV are supported. Here is a sample code: ```terraform resource "azuredevops_variable_group" "this" { project_id = azuredevops_project.this.id name = "configuration" description...

@lmazuel I think one old proposal that won't break anything is to release separate `azure-sdk-slim` with only latest APIs (that are used by default) and possibly do something with comments...

@sodul Yeah, agreed. So far I saw only keyvault being broken by your tool (which should be fixed soon I guess https://github.com/Azure/azure-sdk-for-python/issues/21623). I think there are actually 2 scenarios we're...