Skip to content

Instantly share code, notes, and snippets.

charlie:debug_problem schmidp$ gradle clean build
The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead.
:GlossyShell:clean UP-TO-DATE
:GlossyShellApp:clean UP-TO-DATE
:actionbarsherlock:clean UP-TO-DATE
:GlossyShell:mergeDebugProguardFiles
:GlossyShell:packageDebugAidl UP-TO-DATE
:GlossyShell:prepareDebugDependencies
:GlossyShell:compileDebugAidl
:GlossyShell:generateDebugBuildConfig
@schmidp
schmidp / gist:e2ad307337dd86dbc9936f6ddf0d3128
Created October 28, 2021 20:15
Azure Eventhub Debug Output
2021-10-28T20:10:36.3770891Z 2021-10-28T20:10:35.804Z [WARN] Provider "registry.terraform.io/hashicorp/azurerm" produced an invalid plan for azurerm_eventhub_namespace.main, but we are tolerating it because it is using the legacy plugin SDK.
2021-10-28T20:10:36.3771593Z The following problems may be the cause of any confusing errors from downstream operations:
2021-10-28T20:10:36.3775395Z - .network_rulesets: planned value cty.ListVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"default_action":cty.StringVal("Deny"), "ip_rule":cty.ListValEmpty(cty.Object(map[string]cty.Type{"action":cty.String, "ip_mask":cty.String})), "trusted_service_access_enabled":cty.True, "virtual_network_rule":cty.ListValEmpty(cty.Object(map[string]cty.Type{"ignore_missing_virtual_network_service_endpoint":cty.Bool, "subnet_id":cty.String}))})}) does not match config value cty.ListVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"default_action":cty.StringVal("Deny"), "ip_rule":cty.NullVal(cty.List(cty.Object(map[string