Skip to content
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

feat!: introduction of preview mode #185

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

fix: simplify boolean environment variable parsing

cabb4d4
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

feat!: introduction of preview mode #185

fix: simplify boolean environment variable parsing
cabb4d4
Select commit
Loading
Failed to load commit list.
GitHub Actions / πŸ“œ Test results (tofu 1.8) succeeded Jan 9, 2025 in 0s

283 passed, 0 failed and 17 skipped

Tests passed successfully

βœ…Β testresults.xml

300 tests were completed in 425s with 283 passed, 0 failed and 17 skipped.

Test suite Passed Failed Skipped Time
github.com/microsoft/terraform-provider-fabric 0ms
github.com/microsoft/terraform-provider-fabric/internal/auth 152ms
github.com/microsoft/terraform-provider-fabric/internal/common 0ms
github.com/microsoft/terraform-provider-fabric/internal/framework/customtypes 64βœ… 23ms
github.com/microsoft/terraform-provider-fabric/internal/framework/planmodifiers 26ms
github.com/microsoft/terraform-provider-fabric/internal/framework/typeutils 7βœ… 38ms
github.com/microsoft/terraform-provider-fabric/internal/functions 1βœ… 3s
github.com/microsoft/terraform-provider-fabric/internal/pkg/fabricitem 4βœ… 31ms
github.com/microsoft/terraform-provider-fabric/internal/pkg/transforms 6ms
github.com/microsoft/terraform-provider-fabric/internal/pkg/utils 53βœ… 30ms
github.com/microsoft/terraform-provider-fabric/internal/provider 9βœ… 8s
github.com/microsoft/terraform-provider-fabric/internal/provider/client 0ms
github.com/microsoft/terraform-provider-fabric/internal/provider/config 7ms
github.com/microsoft/terraform-provider-fabric/internal/provider/utils 7ms
github.com/microsoft/terraform-provider-fabric/internal/services/capacity 4βœ… 30s
github.com/microsoft/terraform-provider-fabric/internal/services/dashboard 1βœ… 1βšͺ 1s
github.com/microsoft/terraform-provider-fabric/internal/services/datamart 1βœ… 1βšͺ 1s
github.com/microsoft/terraform-provider-fabric/internal/services/datapipeline 6βœ… 2βšͺ 5s
github.com/microsoft/terraform-provider-fabric/internal/services/domain 11βœ… 2βšͺ 7s
github.com/microsoft/terraform-provider-fabric/internal/services/environment 8βœ… 17s
github.com/microsoft/terraform-provider-fabric/internal/services/eventhouse 9βœ… 198s
github.com/microsoft/terraform-provider-fabric/internal/services/eventstream 8βœ… 59s
github.com/microsoft/terraform-provider-fabric/internal/services/kqldatabase 8βœ… 109s
github.com/microsoft/terraform-provider-fabric/internal/services/kqlqueryset 4βœ… 5s
github.com/microsoft/terraform-provider-fabric/internal/services/lakehouse 13βœ… 169s
github.com/microsoft/terraform-provider-fabric/internal/services/mirroredwarehouse 1βœ… 758ms
github.com/microsoft/terraform-provider-fabric/internal/services/mlexperiment 5βœ… 3βšͺ 2s
github.com/microsoft/terraform-provider-fabric/internal/services/mlmodel 5βœ… 3βšͺ 2s
github.com/microsoft/terraform-provider-fabric/internal/services/notebook 8βœ… 49s
github.com/microsoft/terraform-provider-fabric/internal/services/paginatedreport 1βœ… 508ms
github.com/microsoft/terraform-provider-fabric/internal/services/report 8βœ… 131s
github.com/microsoft/terraform-provider-fabric/internal/services/semanticmodel 8βœ… 129s
github.com/microsoft/terraform-provider-fabric/internal/services/spark 6βœ… 84s
github.com/microsoft/terraform-provider-fabric/internal/services/sparkjobdefinition 8βœ… 38s
github.com/microsoft/terraform-provider-fabric/internal/services/sqlendpoint 1βœ… 1βšͺ 477ms
github.com/microsoft/terraform-provider-fabric/internal/services/warehouse 5βœ… 3βšͺ 2s
github.com/microsoft/terraform-provider-fabric/internal/services/workspace 16βœ… 1βšͺ 137s
github.com/microsoft/terraform-provider-fabric/internal/testhelp 16ms
github.com/microsoft/terraform-provider-fabric/internal/testhelp/fakes 0ms

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/framework/customtypes

github.com/microsoft/terraform-provider-fabric/internal/framework/customtypes
  βœ… TestUnit_URLTypeValueFromTerraform/true
  βœ… TestUnit_UUIDValueUUID/UUID_value_is_null_
  βœ… TestUnit_UUIDValidateParameter/null
  βœ… TestUnit_UUIDValidateAttribute/null
  βœ… TestUnit_UUIDTypeValueFromTerraform/true
  βœ… TestUnit_URLValueURL/URL_value_is_null_
  βœ… TestUnit_UUIDValidateParameter/valid_UUID_v4
  βœ… TestUnit_URLValidateAttribute/valid_URL_-_localhost
  βœ… TestUnit_URLTypeValueFromTerraform/wrongType
  βœ… TestUnit_URLTypeValueFromTerraform/null
  βœ… TestUnit_URLTypeValueFromTerraform/unknown
  βœ… TestUnit_URLTypeValueFromTerraform
  βœ… TestUnit_UUIDValueUUID/valid_UUID_
  βœ… TestUnit_UUIDValueUUID/UUID_value_is_unknown_
  βœ… TestUnit_UUIDValueUUID
  βœ… TestUnit_UUIDValidateParameter/invalid_UUID_-_invalid_characters
  βœ… TestUnit_UUIDValidateParameter/invalid_UUID_-_no_hyphen
  βœ… TestUnit_UUIDValidateParameter/valid_UUID_v1
  βœ… TestUnit_UUIDValidateParameter/unknown
  βœ… TestUnit_UUIDValidateParameter/empty-struct
  βœ… TestUnit_UUIDValidateParameter/invalid_UUID_-_invalid_length
  βœ… TestUnit_UUIDValidateParameter/invalid_UUID_-_underscore
  βœ… TestUnit_UUIDValidateParameter/valid_UUID_v7
  βœ… TestUnit_UUIDValidateParameter
  βœ… TestUnit_URLValidateAttribute/invalid_URL_-_invalid_characters
  βœ… TestUnit_URLValidateAttribute/valid_URL_-_domain
  βœ… TestUnit_URLValidateAttribute/valid_URL_-_port
  βœ… TestUnit_URLValidateAttribute/invalid_URL_-_invalid_only_scheme
  βœ… TestUnit_URLValidateAttribute/unknown
  βœ… TestUnit_URLValidateAttribute/null
  βœ… TestUnit_URLValidateAttribute/empty-struct
  βœ… TestUnit_URLValidateAttribute/invalid_URL_-_domain_no_scheme
  βœ… TestUnit_URLValidateAttribute/invalid_URL_-_localhost_no_scheme
  βœ… TestUnit_URLValidateAttribute/valid_URL_-_subdomain
  βœ… TestUnit_URLValidateAttribute
  βœ… TestUnit_UUIDValidateAttribute/valid_UUID_v7
  βœ… TestUnit_UUIDValidateAttribute/unknown
  βœ… TestUnit_UUIDValidateAttribute/empty-struct
  βœ… TestUnit_UUIDValidateAttribute/invalid_UUID_-_invalid_length
  βœ… TestUnit_UUIDValidateAttribute/invalid_UUID_-_invalid_characters
  βœ… TestUnit_UUIDValidateAttribute/invalid_UUID_-_underscore
  βœ… TestUnit_UUIDValidateAttribute/invalid_UUID_-_no_hyphen
  βœ… TestUnit_UUIDTypeValueFromTerraform/null
  βœ… TestUnit_UUIDValidateAttribute/valid_UUID_v1
  βœ… TestUnit_UUIDValidateAttribute/valid_UUID_v4
  βœ… TestUnit_UUIDValidateAttribute
  βœ… TestUnit_UUIDTypeValueFromTerraform/wrongType
  βœ… TestUnit_URLValueURL/valid_URL
  βœ… TestUnit_UUIDTypeValueFromTerraform/unknown
  βœ… TestUnit_UUIDTypeValueFromTerraform
  βœ… TestUnit_URLValueURL/URL_value_is_unknown_
  βœ… TestUnit_URLValueURL
  βœ… TestUnit_URLValidateParameter/empty-struct
  βœ… TestUnit_URLValidateParameter/valid_URL_-_domain
  βœ… TestUnit_URLValidateParameter/valid_URL_-_port
  βœ… TestUnit_URLValidateParameter/null
  βœ… TestUnit_URLValidateParameter/invalid_URL_-_invalid_only_scheme
  βœ… TestUnit_URLValidateParameter/invalid_URL_-_invalid_characters
  βœ… TestUnit_URLValidateParameter/invalid_URL_-_domain_no_scheme
  βœ… TestUnit_URLValidateParameter/invalid_URL_-_localhost_no_scheme
  βœ… TestUnit_URLValidateParameter/valid_URL_-_subdomain
  βœ… TestUnit_URLValidateParameter/valid_URL_-_localhost
  βœ… TestUnit_URLValidateParameter/unknown
  βœ… TestUnit_URLValidateParameter

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/framework/typeutils

github.com/microsoft/terraform-provider-fabric/internal/framework/typeutils
  βœ… TestUnit_DynamicToJSON
  βœ… TestUnit_JSONToDynamic/basic
  βœ… TestUnit_JSONToDynamic/fields_not_defined_in_type_is_ignored
  βœ… TestUnit_JSONToDynamic/fields_defined_in_type_not_in_JSON,_set_it_as_null
  βœ… TestUnit_JSONToDynamic
  βœ… TestUnit_JSONToDynamicImplied/basic
  βœ… TestUnit_JSONToDynamicImplied

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/functions

github.com/microsoft/terraform-provider-fabric/internal/functions
  βœ… TestUnit_ContentDecodeFunction

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/pkg/fabricitem

github.com/microsoft/terraform-provider-fabric/internal/pkg/fabricitem
  βœ… TestUnit_GetDataSourcePreviewNote_PreviewEnabled
  βœ… TestUnit_GetDataSourcePreviewNote_PreviewDisabled
  βœ… TestUnit_GetResourcePreviewNote_PreviewEnabled
  βœ… TestUnit_GetResourcePreviewNote_PreviewDisabled

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/pkg/utils

github.com/microsoft/terraform-provider-fabric/internal/pkg/utils
  βœ… TestUnit_IsErrNotFound/no_error
  βœ… TestUnit_IsErrNotFound/error_not_found
  βœ… TestUnit_IsErrNotFound/error_found
  βœ… TestUnit_IsErrNotFound
  βœ… TestUnit_GetDiagsFromError/nil_error
  βœ… TestUnit_GetDiagsFromError/fabcore.ResponseError
  βœ… TestUnit_GetDiagsFromError/azcore.ResponseError
  βœ… TestUnit_GetDiagsFromError/azidentity.AuthenticationFailedError
  βœ… TestUnit_GetDiagsFromError/azidentity.AuthenticationRequiredError
  βœ… TestUnit_GetDiagsFromError/unexpected_error
  βœ… TestUnit_GetDiagsFromError
  βœ… TestUnit_IsErr/no_error
  βœ… TestUnit_IsErr/has_error
  βœ… TestUnit_IsErr
  βœ… TestUnit_SortMapStringByKeys/unsorted
  βœ… TestUnit_RemoveSliceByValue/string_-_empty
  βœ… TestUnit_RemoveSliceByValue/int_-_remove_none
  βœ… TestUnit_RemoveSliceByValue/string_-_remove_one
  βœ… TestUnit_RemoveSliceByValue/int_-_remove_one
  βœ… TestUnit_RemoveSliceByValue/int_-_empty
  βœ… TestUnit_RemoveSliceByValue/string_-_remove_none
  βœ… TestUnit_RemoveSliceByValue
  βœ… TestUnit_ConvertStringSlicesToString/single
  βœ… TestUnit_ConvertStringSlicesToString/empty
  βœ… TestUnit_SortMapStringByKeys/sorted
  βœ… TestUnit_ConvertStringSlicesToString/multiple
  βœ… TestUnit_SortMapStringByKeys
  βœ… TestUnit_ConvertStringSlicesToString/multiple_with_backticks_and_sorting
  βœ… TestUnit_ConvertStringSlicesToString/multiple_with_backticks
  βœ… TestUnit_Sha256/hello_world
  βœ… TestUnit_ConvertStringSlicesToString/multiple_with_sorting
  βœ… TestUnit_ConvertEnumsToStringSlices/unsorted
  βœ… TestUnit_ConvertEnumsToStringSlices/sorted
  βœ… TestUnit_ConvertEnumsToStringSlices
  βœ… TestUnit_Sha256/empty
  βœ… TestUnit_Sha256
  βœ… TestUnit_ConvertStringSlicesToString/multiple_with_custom_separator
  βœ… TestUnit_ConvertStringSlicesToString
  βœ… TestUnit_RemoveSlicesByValues/int_-_empty
  βœ… TestUnit_RemoveSlicesByValues/string_-_remove_all
  βœ… TestUnit_RemoveSlicesByValues/string_-_remove_multiple
  βœ… TestUnit_RemoveSlicesByValues/int_-_remove_none
  βœ… TestUnit_RemoveSlicesByValues/int_-_remove_one
  βœ… TestUnit_RemoveSlicesByValues/int_-_empty_slice
  βœ… TestUnit_RemoveSlicesByValues/int_-_remove_all
  βœ… TestUnit_RemoveSlicesByValues/string_-_empty_slice
  βœ… TestUnit_RemoveSlicesByValues/string_-_remove_one
  βœ… TestUnit_RemoveSlicesByValues/string_-_empty_values
  βœ… TestUnit_RemoveSlicesByValues/string_-_empty
  βœ… TestUnit_RemoveSlicesByValues/string_-_remove_none
  βœ… TestUnit_RemoveSlicesByValues/int_-_empty_values
  βœ… TestUnit_RemoveSlicesByValues/int_-_remove_multiple
  βœ… TestUnit_RemoveSlicesByValues

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/provider

github.com/microsoft/terraform-provider-fabric/internal/provider
  βœ… TestUnit_Provider_AuthOIDC
  βœ… TestUnit_Provider_AuthAzDevOpsWI
  βœ… TestUnit_Provider_AuthSecret
  βœ… TestUnit_Provider_AuthDevCLI
  βœ… TestUnit_Provider_Configurations
  βœ… TestUnit_Provider_AuthCertificate
  βœ… TestUnit_Provider_AuthAttributes
  βœ… TestUnit_Provider_AuthMSI
  βœ… TestUnit_Provider_AuthCLI

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/capacity

github.com/microsoft/terraform-provider-fabric/internal/services/capacity
  βœ… TestUnit_CapacitiesDataSource
  βœ… TestUnit_CapacityDataSource
  βœ… TestAcc_CapacitiesDataSource
  βœ… TestAcc_CapacityDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/dashboard

github.com/microsoft/terraform-provider-fabric/internal/services/dashboard
  βšͺ TestAcc_DashboardsDataSource
  βœ… TestUnit_DashboardsDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/datamart

github.com/microsoft/terraform-provider-fabric/internal/services/datamart
  βšͺ TestAcc_DatamartsDataSource
  βœ… TestUnit_DatamartsDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/datapipeline

github.com/microsoft/terraform-provider-fabric/internal/services/datapipeline
  βšͺ TestAcc_DataPipelineDataSource
  βšͺ TestAcc_DataPipelineResource_CRUD
  βœ… TestUnit_DataPipelineResource_ImportState
  βœ… TestUnit_DataPipelineResource_CRUD
  βœ… TestUnit_DataPipelineResource_Attributes
  βœ… TestUnit_DataPipelinesDataSource
  βœ… TestUnit_DataPipelineDataSource
  βœ… TestAcc_DataPipelinesDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/domain

github.com/microsoft/terraform-provider-fabric/internal/services/domain
  βšͺ TestAcc_DomainResource_CRUD
  βšͺ TestAcc_DomainWorkspaceAssignmentsResource_CRUD
  βœ… TestUnit_DomainResource_ImportState
  βœ… TestUnit_DomainResource_CRUD
  βœ… TestUnit_DomainResource_Attributes
  βœ… TestUnit_DomainsDataSource
  βœ… TestUnit_DomainDataSource
  βœ… TestUnit_DomainWorkspaceAssignmentsResource_Attributes
  βœ… TestUnit_DomainRoleAssignmentsResource_Attributes
  βœ… TestUnit_DomainWorkspaceAssignmentsDataSource_Attributes
  βœ… TestAcc_DomainWorkspaceAssignmentsDataSource
  βœ… TestAcc_DomainDataSource
  βœ… TestAcc_DomainsDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/environment

github.com/microsoft/terraform-provider-fabric/internal/services/environment
  βœ… TestUnit_EnvironmentResource_ImportState
  βœ… TestUnit_EnvironmentResource_CRUD
  βœ… TestAcc_EnvironmentResource_CRUD
  βœ… TestUnit_EnvironmentResource_Attributes
  βœ… TestUnit_EnvironmentsDataSource
  βœ… TestUnit_EnvironmentDataSource
  βœ… TestAcc_EnvironmentsDataSource
  βœ… TestAcc_EnvironmentDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/eventhouse

github.com/microsoft/terraform-provider-fabric/internal/services/eventhouse
  βœ… TestUnit_EventhouseResource_ImportState
  βœ… TestUnit_EventhouseResource_CRUD
  βœ… TestAcc_EventhouseResource_CRUD
  βœ… TestAcc_EventhouseDefinitionResource_CRUD
  βœ… TestUnit_EventhouseResource_Attributes
  βœ… TestUnit_EventhousesDataSource
  βœ… TestUnit_EventhouseDataSource
  βœ… TestAcc_EventhousesDataSource
  βœ… TestAcc_EventhouseDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/eventstream

github.com/microsoft/terraform-provider-fabric/internal/services/eventstream
  βœ… TestUnit_EventstreamResource_ImportState
  βœ… TestUnit_EventstreamResource_CRUD
  βœ… TestAcc_EventstreamResource_CRUD
  βœ… TestUnit_EventstreamsDataSource
  βœ… TestUnit_EventstreamResource_Attributes
  βœ… TestUnit_EventstreamDataSource
  βœ… TestAcc_EventstreamsDataSource
  βœ… TestAcc_EventstreamDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/kqldatabase

github.com/microsoft/terraform-provider-fabric/internal/services/kqldatabase
  βœ… TestUnit_KQLDatabaseResource_ImportState
  βœ… TestUnit_KQLDatabaseResource_CRUD
  βœ… TestAcc_KQLDatabaseConfigurationResource_CRUD
  βœ… TestUnit_KQLDatabasesDataSource
  βœ… TestUnit_KQLDatabaseDataSource
  βœ… TestUnit_KQLDatabaseResource_Attributes
  βœ… TestAcc_KQLDatabasesDataSource
  βœ… TestAcc_KQLDatabaseDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/kqlqueryset

github.com/microsoft/terraform-provider-fabric/internal/services/kqlqueryset
  βœ… TestUnit_KQLQuerysetsDataSource
  βœ… TestUnit_KQLQuerysetDataSource
  βœ… TestAcc_KQLQuerysetsDataSource
  βœ… TestAcc_KQLQuerysetDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/lakehouse

github.com/microsoft/terraform-provider-fabric/internal/services/lakehouse
  βœ… TestUnit_LakehouseTableDataSource
  βœ… TestUnit_LakehouseResource_ImportState
  βœ… TestUnit_LakehouseResource_CRUD
  βœ… TestAcc_LakehouseResource_CRUD
  βœ… TestAcc_LakehouseConfigurationResource_CRUD
  βœ… TestUnit_LakehousesDataSource
  βœ… TestUnit_LakehouseDataSource
  βœ… TestAcc_LakehousesDataSource
  βœ… TestUnit_LakehouseTablesDataSource
  βœ… TestUnit_LakehouseResource_Attributes
  βœ… TestAcc_LakehouseTablesDataSource
  βœ… TestAcc_LakehouseTableDataSource
  βœ… TestAcc_LakehouseDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/mirroredwarehouse

github.com/microsoft/terraform-provider-fabric/internal/services/mirroredwarehouse
  βœ… TestUnit_MirroredWarehousesDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/mlexperiment

github.com/microsoft/terraform-provider-fabric/internal/services/mlexperiment
  βšͺ TestAcc_MLExperimentDataSource
  βšͺ TestAcc_MLExperimentsDataSource
  βšͺ TestAcc_MLExperimentResource_CRUD
  βœ… TestUnit_MLExperimentResource_ImportState
  βœ… TestUnit_MLExperimentResource_CRUD
  βœ… TestUnit_MLExperimentResource_Attributes
  βœ… TestUnit_MLExperimentsDataSource
  βœ… TestUnit_MLExperimentDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/mlmodel

github.com/microsoft/terraform-provider-fabric/internal/services/mlmodel
  βšͺ TestAcc_MLModelDataSource
  βšͺ TestAcc_MLModelsDataSource
  βšͺ TestAcc_MLModelResource_CRUD
  βœ… TestUnit_MLModelResource_ImportState
  βœ… TestUnit_MLModelResource_CRUD
  βœ… TestUnit_MLModelResource_Attributes
  βœ… TestUnit_MLModelsDataSource
  βœ… TestUnit_MLModelDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/notebook

github.com/microsoft/terraform-provider-fabric/internal/services/notebook
  βœ… TestUnit_NotebookResource_ImportState
  βœ… TestUnit_NotebookResource_CRUD
  βœ… TestAcc_NotebookResource_CRUD
  βœ… TestUnit_NotebookResource_Attributes
  βœ… TestUnit_NotebooksDataSource
  βœ… TestUnit_NotebookDataSource
  βœ… TestAcc_NotebooksDataSource
  βœ… TestAcc_NotebookDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/paginatedreport

github.com/microsoft/terraform-provider-fabric/internal/services/paginatedreport
  βœ… TestUnit_PaginatedReportsDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/report

github.com/microsoft/terraform-provider-fabric/internal/services/report
  βœ… TestUnit_ReportResource_ImportState
  βœ… TestUnit_ReportResource_CRUD
  βœ… TestAcc_ReportResource_CRUD
  βœ… TestUnit_ReportsDataSource
  βœ… TestUnit_ReportDataSource
  βœ… TestUnit_ReportResource_Attributes
  βœ… TestAcc_ReportsDataSource
  βœ… TestAcc_ReportDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/semanticmodel

github.com/microsoft/terraform-provider-fabric/internal/services/semanticmodel
  βœ… TestUnit_SemanticModelResource_ImportState
  βœ… TestUnit_SemanticModelResource_CRUD
  βœ… TestAcc_SemanticModelResource_CRUD
  βœ… TestUnit_SemanticModelResource_Attributes
  βœ… TestUnit_SemanticModelsDataSource
  βœ… TestUnit_SemanticModelDataSource
  βœ… TestAcc_SemanticModelsDataSource
  βœ… TestAcc_SemanticModelDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/spark

github.com/microsoft/terraform-provider-fabric/internal/services/spark
  βœ… TestAcc_SparkCustomPoolResource_CRUD
  βœ… TestAcc_SparkEnvironmentSettingsResource_CRUD
  βœ… TestAcc_SparkWorkspaceSettingsResource_CRUD
  βœ… TestAcc_SparkEnvironmentSettingsDataSource
  βœ… TestAcc_SparkWorkspaceSettingsDataSource
  βœ… TestAcc_SparkCustomPoolDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/sparkjobdefinition

github.com/microsoft/terraform-provider-fabric/internal/services/sparkjobdefinition
  βœ… TestUnit_SparkJobDefinitionResource_ImportState
  βœ… TestUnit_SparkJobDefinitionResource_CRUD
  βœ… TestAcc_SparkJobDefinitionResource_CRUD
  βœ… TestUnit_SparkJobDefinitionResource_Attributes
  βœ… TestUnit_SparkJobDefinitionsDataSource
  βœ… TestUnit_SparkJobDefinitionDataSource
  βœ… TestAcc_SparkJobDefinitionsDataSource
  βœ… TestAcc_SparkJobDefinitionDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/sqlendpoint

github.com/microsoft/terraform-provider-fabric/internal/services/sqlendpoint
  βšͺ TestAcc_SQLEndpointsDataSource
  βœ… TestUnit_SQLEndpointsDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/warehouse

github.com/microsoft/terraform-provider-fabric/internal/services/warehouse
  βšͺ TestAcc_WarehouseDataSource
  βšͺ TestAcc_WarehousesDataSource
  βšͺ TestAcc_WarehouseResource_CRUD
  βœ… TestUnit_WarehouseResource_ImportState
  βœ… TestUnit_WarehouseResource_CRUD
  βœ… TestUnit_WarehouseResource_Attributes
  βœ… TestUnit_WarehousesDataSource
  βœ… TestUnit_WarehouseDataSource

βœ…Β github.com/microsoft/terraform-provider-fabric/internal/services/workspace

github.com/microsoft/terraform-provider-fabric/internal/services/workspace
  βšͺ TestAcc_WorkspaceGitResource
  βœ… TestUnit_WorkspaceGitDataSource
  βœ… TestAcc_WorkspaceRoleAssignmentResource_CRUD
  βœ… TestUnit_WorkspaceResource_ImportState
  βœ… TestUnit_WorkspaceResource_CRUD
  βœ… TestAcc_WorkspaceResource_CRUD
  βœ… TestAcc_WorkspaceResource_Identity_CRUD
  βœ… TestUnit_WorkspaceRoleAssignmentsDataSource
  βœ… TestUnit_WorkspaceRoleAssignmentResource_ImportState
  βœ… TestUnit_WorkspacesDataSource
  βœ… TestUnit_WorkspaceRoleAssignmentResource_Attributes
  βœ… TestUnit_WorkspaceDataSource
  βœ… TestAcc_WorkspacesDataSource
  βœ… TestUnit_WorkspaceResource_Attributes
  βœ… TestUnit_WorkspaceGitResource
  βœ… TestAcc_WorkspaceRoleAssignmentsDataSource
  βœ… TestAcc_WorkspaceDataSource