forked from hashicorp/terraform-provider-azurerm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
azurerm_eventgrid_data_connection
: add support for table_name
, `m…
…apping_rule_name` and `data_format` (hashicorp#11157) zurerm_eventgrid_data_connection: add support for table_name, mapping_rule_name and data_format $ make acctests SERVICE='kusto' TESTARGS='-run=TestAccKustoEventGridDataConnection_mappingRule' TESTTIMEOUT='600m' ==> Checking that code complies with gofmt requirements... ==> Checking that Custom Timeouts are used... ==> Checking that acceptance test packages are used... TF_ACC=1 go test -v ./azurerm/internal/services/kusto -run=TestAccKustoEventGridDataConnection_mappingRule -timeout 600m -ldflags="-X=github.com/terraform-providers/terraform-provider-azurerm/version.ProviderVersion=acc" 2021/03/30 16:20:12 [DEBUG] not using binary driver name, it's no longer needed 2021/03/30 16:20:12 [DEBUG] not using binary driver name, it's no longer needed === RUN TestAccKustoEventGridDataConnection_mappingRule === PAUSE TestAccKustoEventGridDataConnection_mappingRule === CONT TestAccKustoEventGridDataConnection_mappingRule --- PASS: TestAccKustoEventGridDataConnection_mappingRule (1647.62s) PASS ok github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/kusto 1648.919s Fixes hashicorp#10977
Showing
3 changed files
with
94 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters