-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_spatial_anchors_account
- support for account_domain
and account_id
#11824
Conversation
* deps: upgrade `mixedreality` to `2021-01-01` * New data source: `azurerm_spatial_anchors_account` * Add `account_id` and `account_domain` properties to `azurerm_spatial_anchors_account` resource ``` $ TF_ACC=1 go test -v ./azurerm/internal/services/mixedreality -timeout=1000m 2021/05/22 11:25:31 [DEBUG] not using binary driver name, it's no longer needed 2021/05/22 11:25:31 [DEBUG] not using binary driver name, it's no longer needed === RUN TestAccSpatialAnchorsAccountDataSource_basic === PAUSE TestAccSpatialAnchorsAccountDataSource_basic === RUN TestAccSpatialAnchorsAccount_basic === PAUSE TestAccSpatialAnchorsAccount_basic === RUN TestAccSpatialAnchorsAccount_complete === PAUSE TestAccSpatialAnchorsAccount_complete === CONT TestAccSpatialAnchorsAccountDataSource_basic === CONT TestAccSpatialAnchorsAccount_complete === CONT TestAccSpatialAnchorsAccount_basic --- PASS: TestAccSpatialAnchorsAccountDataSource_basic (105.96s) --- PASS: TestAccSpatialAnchorsAccount_complete (111.01s) --- PASS: TestAccSpatialAnchorsAccount_basic (111.88s) PASS ok github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/mixedreality 113.243s ``` Fixes #11799
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@favoretti Thanks for this PR!
I have left some additional mostly minor comments that once addressed this should be good to merge 👍
azurerm/internal/services/mixedreality/spatial_anchors_account_data_source_test.go
Show resolved
Hide resolved
azurerm/internal/services/mixedreality/spatial_anchors_account_resource.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/mixedreality/spatial_anchors_account_resource.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/mixedreality/spatial_anchors_account_data_source.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/mixedreality/spatial_anchors_account_data_source.go
Outdated
Show resolved
Hide resolved
Co-authored-by: magodo <[email protected]>
Co-authored-by: magodo <[email protected]>
|
|
azurerm_spatial_anchors_account
- support for account_domain
and account_id
@favoretti LGTM 👍 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
mixedreality
to2021-01-01
azurerm_spatial_anchors_account
account_id
andaccount_domain
properties toazurerm_spatial_anchors_account
resourceFixes #11799