Skip to content

feat(azure)!: Move Azure source plugin to SDK v2#4768

Closed
candiduslynx wants to merge 3 commits intomainfrom
feat/azure/sdk-v2
Closed

feat(azure)!: Move Azure source plugin to SDK v2#4768
candiduslynx wants to merge 3 commits intomainfrom
feat/azure/sdk-v2

Conversation

@candiduslynx
Copy link
Copy Markdown
Contributor

@candiduslynx candiduslynx commented Nov 17, 2022

Summary

Upgrade Azure plugin to new SDK (#1358)

@candiduslynx candiduslynx linked an issue Nov 17, 2022 that may be closed by this pull request
@hermanschaaf
Copy link
Copy Markdown
Contributor

I had a look at the draft so far, looks good! 👍

@candiduslynx candiduslynx force-pushed the feat/azure/sdk-v2 branch 6 times, most recently from 3851590 to 375af35 Compare November 25, 2022 11:07
@candiduslynx candiduslynx changed the title Feat/azure/sdk v2 feat(azure)!: Move Azure source plugin to SDK v2 Nov 25, 2022
@candiduslynx candiduslynx self-assigned this Nov 25, 2022
@candiduslynx candiduslynx force-pushed the feat/azure/sdk-v2 branch 2 times, most recently from 8aa19f5 to 9681330 Compare November 25, 2022 14:34
Copy link
Copy Markdown
Contributor

@yevgenypats yevgenypats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given it's a huge PR and I don't have the whole context.

Can you please link to the Issue of what this PR does and if the issue doesn't have enough description can you please link to the old SDK docs and the new SDK docs describing when they are being deprecated and so on.

Copy link
Copy Markdown
Member

@erezrokah erezrokah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @candiduslynx.

Haven't dived too much into the code yet, but I'm wondering about:

  1. Looks like we're still missing quite a lot of resources. Do we plan on adding those?
  2. It seems we could make this mostly non breaking by dropping the properties_ prefix, so most table changes will be adding new columns
  3. Could we make the switch to the new SDK incrementally based on users' request? Is there a need to migrate everything now? I think that makes it hard to know if we missed anything

@erezrokah
Copy link
Copy Markdown
Member

Also, looks like subscription_id was removed from a few tables

@candiduslynx candiduslynx marked this pull request as ready for review November 29, 2022 13:24
@candiduslynx candiduslynx force-pushed the feat/azure/sdk-v2 branch 3 times, most recently from b86af41 to 802f25f Compare November 30, 2022 14:28
@cq-bot cq-bot removed the github label Nov 30, 2022
@candiduslynx
Copy link
Copy Markdown
Contributor Author

I'll update the code once cloudquery/plugin-sdk#447 is merged, too

Copy link
Copy Markdown
Contributor

@yevgenypats yevgenypats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job! Let's put this and everything related (including policies) now on freeze until early next week as I need time to review now.

@candiduslynx candiduslynx force-pushed the feat/azure/sdk-v2 branch 6 times, most recently from f521ec4 to e722d99 Compare December 4, 2022 11:33
@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 5, 2022

This PR has the following changes to source plugin(s) tables:

  • ⚠️ BREAKING CHANGE: Table azure_web_functions was renamed to azure_appservice_functions
  • ⚠️ BREAKING CHANGE: Table azure_appservice_functions: column removed web_app_id from table
  • Table azure_appservice_functions: column added with name site_id and type String
  • Table azure_appservice_functions: column order changed for function_app_id
  • Table azure_appservice_functions: column order changed for href
  • Table azure_appservice_functions: column order changed for kind
  • Table azure_appservice_functions: column order changed for language
  • Table azure_appservice_functions: column order changed for script_href
  • Table azure_appservice_functions: column order changed for script_root_path_href
  • Table azure_appservice_functions: column order changed for secrets_file_href
  • Table azure_appservice_functions: column order changed for test_data_href
  • Table azure_appservice_functions: column order changed for test_data
  • Table azure_appservice_functions: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_web_site_auth_settings was renamed to azure_appservice_site_auth_settings
  • ⚠️ BREAKING CHANGE: Table azure_appservice_site_auth_settings: column removed web_app_id from table
  • Table azure_appservice_site_auth_settings: column added with name site_id and type String
  • Table azure_appservice_site_auth_settings: column order changed for aad_claims_authorization
  • Table azure_appservice_site_auth_settings: column order changed for additional_login_params
  • Table azure_appservice_site_auth_settings: column order changed for allowed_audiences
  • Table azure_appservice_site_auth_settings: column order changed for auth_file_path
  • Table azure_appservice_site_auth_settings: column order changed for client_secret_setting_name
  • Table azure_appservice_site_auth_settings: column order changed for config_version
  • Table azure_appservice_site_auth_settings: column order changed for default_provider
  • Table azure_appservice_site_auth_settings: column order changed for enabled
  • Table azure_appservice_site_auth_settings: column order changed for google_client_id
  • Table azure_appservice_site_auth_settings: column order changed for google_client_secret_setting_name
  • Table azure_appservice_site_auth_settings: column order changed for google_client_secret
  • Table azure_appservice_site_auth_settings: column order changed for google_o_auth_scopes
  • Table azure_appservice_site_auth_settings: column order changed for is_auth_from_file
  • Table azure_appservice_site_auth_settings: column order changed for issuer
  • Table azure_appservice_site_auth_settings: column order changed for kind
  • Table azure_appservice_site_auth_settings: column order changed for runtime_version
  • Table azure_appservice_site_auth_settings: column order changed for token_refresh_extension_hours
  • Table azure_appservice_site_auth_settings: column order changed for token_store_enabled
  • Table azure_appservice_site_auth_settings: column order changed for twitter_consumer_key
  • Table azure_appservice_site_auth_settings: column order changed for twitter_consumer_secret_setting_name
  • Table azure_appservice_site_auth_settings: column order changed for twitter_consumer_secret
  • Table azure_appservice_site_auth_settings: column order changed for type
  • Table azure_appservice_site_auth_settings: column order changed for unauthenticated_client_action
  • Table azure_appservice_site_auth_settings: column order changed for validate_issuer
  • ⚠️ BREAKING CHANGE: Table azure_web_site_auth_settings_v2 was renamed to azure_appservice_site_auth_settings_v2
  • ⚠️ BREAKING CHANGE: Table azure_appservice_site_auth_settings_v2: column removed web_app_id from table
  • Table azure_appservice_site_auth_settings_v2: column added with name site_id and type String
  • Table azure_appservice_site_auth_settings_v2: column order changed for http_settings
  • Table azure_appservice_site_auth_settings_v2: column order changed for kind
  • Table azure_appservice_site_auth_settings_v2: column order changed for platform
  • Table azure_appservice_site_auth_settings_v2: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_web_apps was renamed to azure_appservice_sites
  • ⚠️ BREAKING CHANGE: Table azure_appservice_sites: column type changed from UUID to String for in_progress_operation_id
  • Table azure_appservice_sites: column added with name extended_location and type JSON
  • Table azure_appservice_sites: column added with name public_network_access and type String
  • Table azure_appservice_sites: column added with name vnet_content_share_enabled and type Bool
  • Table azure_appservice_sites: column added with name vnet_image_pull_enabled and type Bool
  • Table azure_appservice_sites: column added with name vnet_route_all_enabled and type Bool
  • Table azure_appservice_sites: column order changed for availability_state
  • Table azure_appservice_sites: column order changed for client_cert_mode
  • Table azure_appservice_sites: column order changed for cloning_info
  • Table azure_appservice_sites: column order changed for custom_domain_verification_id
  • Table azure_appservice_sites: column order changed for default_host_name
  • Table azure_appservice_sites: column order changed for enabled_host_names
  • Table azure_appservice_sites: column order changed for enabled
  • Table azure_appservice_sites: column order changed for host_name_ssl_states
  • Table azure_appservice_sites: column order changed for host_names_disabled
  • Table azure_appservice_sites: column order changed for host_names
  • Table azure_appservice_sites: column order changed for hosting_environment_profile
  • Table azure_appservice_sites: column order changed for hyper_v
  • Table azure_appservice_sites: column order changed for identity
  • Table azure_appservice_sites: column order changed for is_default_container
  • Table azure_appservice_sites: column order changed for is_xenon
  • Table azure_appservice_sites: column order changed for key_vault_reference_identity
  • Table azure_appservice_sites: column order changed for kind
  • Table azure_appservice_sites: column order changed for last_modified_time_utc
  • Table azure_appservice_sites: column order changed for location
  • Table azure_appservice_sites: column order changed for max_number_of_workers
  • Table azure_appservice_sites: column order changed for outbound_ip_addresses
  • Table azure_appservice_sites: column order changed for possible_outbound_ip_addresses
  • Table azure_appservice_sites: column order changed for repository_site_name
  • Table azure_appservice_sites: column order changed for reserved
  • Table azure_appservice_sites: column order changed for resource_group
  • Table azure_appservice_sites: column order changed for scm_site_also_stopped
  • Table azure_appservice_sites: column order changed for server_farm_id
  • Table azure_appservice_sites: column order changed for site_config
  • Table azure_appservice_sites: column order changed for slot_swap_status
  • Table azure_appservice_sites: column order changed for state
  • Table azure_appservice_sites: column order changed for suspended_till
  • Table azure_appservice_sites: column order changed for tags
  • Table azure_appservice_sites: column order changed for target_swap_slot
  • Table azure_appservice_sites: column order changed for traffic_manager_host_names
  • Table azure_appservice_sites: column order changed for type
  • Table azure_appservice_sites: column order changed for usage_state
  • ⚠️ BREAKING CHANGE: Table azure_web_vnet_connections was renamed to azure_appservice_vnet_connections
  • ⚠️ BREAKING CHANGE: Table azure_appservice_vnet_connections: column removed web_app_id from table
  • Table azure_appservice_vnet_connections: column added with name site_id and type String
  • Table azure_appservice_vnet_connections: column order changed for cert_thumbprint
  • Table azure_appservice_vnet_connections: column order changed for kind
  • Table azure_appservice_vnet_connections: column order changed for resync_required
  • Table azure_appservice_vnet_connections: column order changed for routes
  • Table azure_appservice_vnet_connections: column order changed for type
  • Table azure_appservice_vnet_connections: column order changed for vnet_resource_id
  • ⚠️ BREAKING CHANGE: Table azure_authorization_role_assignments: column removed properties_principal_id from table
  • ⚠️ BREAKING CHANGE: Table azure_authorization_role_assignments: column removed properties_role_definition_id from table
  • ⚠️ BREAKING CHANGE: Table azure_authorization_role_assignments: column removed properties_scope from table
  • Table azure_authorization_role_assignments: column added with name condition_version and type String
  • Table azure_authorization_role_assignments: column added with name condition and type String
  • Table azure_authorization_role_assignments: column added with name created_by and type String
  • Table azure_authorization_role_assignments: column added with name created_on and type Timestamp
  • Table azure_authorization_role_assignments: column added with name delegated_managed_identity_resource_id and type String
  • Table azure_authorization_role_assignments: column added with name description and type String
  • Table azure_authorization_role_assignments: column added with name principal_id and type String
  • Table azure_authorization_role_assignments: column added with name principal_type and type String
  • Table azure_authorization_role_assignments: column added with name role_definition_id and type String
  • Table azure_authorization_role_assignments: column added with name scope and type String
  • Table azure_authorization_role_assignments: column added with name updated_by and type String
  • Table azure_authorization_role_assignments: column added with name updated_on and type Timestamp
  • Table azure_authorization_role_assignments: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_authorization_role_definitions: column removed role_type from table
  • Table azure_authorization_role_definitions: column added with name properties_type and type String
  • Table azure_authorization_role_definitions: column order changed for assignable_scopes
  • Table azure_authorization_role_definitions: column order changed for id (PK)
  • Table azure_authorization_role_definitions: column order changed for name
  • Table azure_authorization_role_definitions: column order changed for role_name
  • Table azure_authorization_role_definitions: column order changed for type
  • Table azure_batch_accounts: column added with name network_profile and type JSON
  • Table azure_batch_accounts: column added with name node_management_endpoint and type String
  • Table azure_batch_accounts: column order changed for account_endpoint
  • Table azure_batch_accounts: column order changed for active_job_and_job_schedule_quota
  • Table azure_batch_accounts: column order changed for allowed_authentication_modes
  • Table azure_batch_accounts: column order changed for encryption
  • Table azure_batch_accounts: column order changed for identity
  • Table azure_batch_accounts: column order changed for key_vault_reference
  • Table azure_batch_accounts: column order changed for low_priority_core_quota
  • Table azure_batch_accounts: column order changed for name
  • Table azure_batch_accounts: column order changed for pool_allocation_mode
  • Table azure_batch_accounts: column order changed for private_endpoint_connections
  • Table azure_batch_accounts: column order changed for provisioning_state
  • Table azure_batch_accounts: column order changed for tags
  • Table azure_batch_accounts: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_cdn_custom_domains: column removed cdn_endpoint_id from table
  • Table azure_cdn_custom_domains: column added with name endpoint_id and type String
  • Table azure_cdn_custom_domains: column order changed for resource_state
  • Table azure_cdn_custom_domains: column order changed for system_data
  • Table azure_cdn_custom_domains: column order changed for validation_data
  • ⚠️ BREAKING CHANGE: Table azure_cdn_endpoints: column removed cdn_profile_id from table
  • Table azure_cdn_endpoints: column added with name custom_domains and type JSON
  • Table azure_cdn_endpoints: column added with name profile_id and type String
  • Table azure_cdn_endpoints: column order changed for default_origin_group
  • Table azure_cdn_endpoints: column order changed for delivery_policy
  • Table azure_cdn_endpoints: column order changed for geo_filters
  • Table azure_cdn_endpoints: column order changed for host_name
  • Table azure_cdn_endpoints: column order changed for location
  • Table azure_cdn_endpoints: column order changed for origin_groups
  • Table azure_cdn_endpoints: column order changed for origin_host_header
  • Table azure_cdn_endpoints: column order changed for origin_path
  • Table azure_cdn_endpoints: column order changed for provisioning_state
  • Table azure_cdn_endpoints: column order changed for query_string_caching_behavior
  • Table azure_cdn_endpoints: column order changed for resource_state
  • Table azure_cdn_endpoints: column order changed for system_data
  • ⚠️ BREAKING CHANGE: Table azure_cdn_profiles: column removed frontdoor_id from table
  • Table azure_cdn_profiles: column added with name front_door_id and type String
  • Table azure_cdn_profiles: column added with name kind and type String
  • Table azure_cdn_profiles: column added with name origin_response_timeout_seconds and type Int
  • Table azure_cdn_profiles: column order changed for location
  • Table azure_cdn_profiles: column order changed for resource_state
  • Table azure_cdn_profiles: column order changed for system_data
  • Table azure_cdn_profiles: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_cdn_routes: column removed cdn_endpoint_id from table
  • ⚠️ BREAKING CHANGE: Table azure_cdn_routes: column removed query_string_caching_behavior from table
  • Table azure_cdn_routes: column added with name cache_configuration and type JSON
  • Table azure_cdn_routes: column added with name endpoint_id and type String
  • Table azure_cdn_routes: column added with name endpoint_name and type String
  • Table azure_cdn_routes: column order changed for enabled_state
  • Table azure_cdn_routes: column order changed for forwarding_protocol
  • Table azure_cdn_routes: column order changed for https_redirect
  • Table azure_cdn_routes: column order changed for link_to_default_domain
  • Table azure_cdn_routes: column order changed for patterns_to_match
  • Table azure_cdn_routes: column order changed for provisioning_state
  • Table azure_cdn_routes: column order changed for system_data
  • ⚠️ BREAKING CHANGE: Table azure_cdn_rule_sets: column removed cdn_profile_id from table
  • Table azure_cdn_rule_sets: column added with name profile_id and type String
  • Table azure_cdn_rule_sets: column added with name profile_name and type String
  • Table azure_cdn_rule_sets: column order changed for provisioning_state
  • Table azure_cdn_rule_sets: column order changed for system_data
  • ⚠️ BREAKING CHANGE: Table azure_cdn_rules: column removed cdn_rule_set_id from table
  • Table azure_cdn_rules: column added with name rule_set_id and type String
  • Table azure_cdn_rules: column added with name rule_set_name and type String
  • Table azure_cdn_rules: column order changed for conditions
  • Table azure_cdn_rules: column order changed for order
  • Table azure_cdn_rules: column order changed for provisioning_state
  • Table azure_cdn_rules: column order changed for system_data
  • ⚠️ BREAKING CHANGE: Table azure_cdn_security_policies: column removed cdn_profile_id from table
  • Table azure_cdn_security_policies: column added with name profile_id and type String
  • Table azure_cdn_security_policies: column added with name profile_name and type String
  • Table azure_cdn_security_policies: column order changed for provisioning_state
  • Table azure_cdn_security_policies: column order changed for system_data
  • Table azure_compute_disks: column added with name bursting_enabled_time and type Timestamp
  • Table azure_compute_disks: column added with name completion_percent and type Float
  • Table azure_compute_disks: column added with name data_access_auth_mode and type String
  • Table azure_compute_disks: column added with name optimized_for_frequent_attach and type Bool
  • Table azure_compute_disks: column added with name public_network_access and type String
  • Table azure_compute_disks: column added with name supported_capabilities and type JSON
  • Table azure_compute_disks: column order changed for bursting_enabled
  • Table azure_compute_disks: column order changed for disk_access_id
  • Table azure_compute_disks: column order changed for disk_iops_read_write
  • Table azure_compute_disks: column order changed for disk_m_bps_read_write
  • Table azure_compute_disks: column order changed for disk_size_bytes
  • Table azure_compute_disks: column order changed for disk_size_gb
  • Table azure_compute_disks: column order changed for disk_state
  • Table azure_compute_disks: column order changed for encryption_settings_collection
  • Table azure_compute_disks: column order changed for hyper_v_generation
  • Table azure_compute_disks: column order changed for location
  • Table azure_compute_disks: column order changed for managed_by_extended
  • Table azure_compute_disks: column order changed for managed_by
  • Table azure_compute_disks: column order changed for os_type
  • Table azure_compute_disks: column order changed for provisioning_state
  • Table azure_compute_disks: column order changed for purchase_plan
  • Table azure_compute_disks: column order changed for security_profile
  • Table azure_compute_disks: column order changed for share_info
  • Table azure_compute_disks: column order changed for sku
  • Table azure_compute_disks: column order changed for supports_hibernation
  • Table azure_compute_disks: column order changed for tags
  • Table azure_compute_disks: column order changed for time_created
  • Table azure_compute_disks: column order changed for type
  • Table azure_compute_disks: column order changed for unique_id
  • Table azure_compute_disks: column order changed for zones
  • ⚠️ BREAKING CHANGE: Table azure_compute_instance_views was removed
  • ⚠️ BREAKING CHANGE: Table azure_compute_virtual_machine_extensions was removed
  • Table azure_compute_virtual_machine_scale_sets: column added with name priority_mix_policy and type JSON
  • Table azure_compute_virtual_machine_scale_sets: column added with name spot_restore_policy and type JSON
  • Table azure_compute_virtual_machine_scale_sets: column added with name time_created and type Timestamp
  • Table azure_compute_virtual_machine_scale_sets: column added with name virtual_machine_id and type String
  • Table azure_compute_virtual_machine_scale_sets: column order changed for additional_capabilities
  • Table azure_compute_virtual_machine_scale_sets: column order changed for do_not_run_extensions_on_overprovisioned_vms
  • Table azure_compute_virtual_machine_scale_sets: column order changed for extended_location
  • Table azure_compute_virtual_machine_scale_sets: column order changed for host_group
  • Table azure_compute_virtual_machine_scale_sets: column order changed for identity
  • Table azure_compute_virtual_machine_scale_sets: column order changed for location
  • Table azure_compute_virtual_machine_scale_sets: column order changed for orchestration_mode
  • Table azure_compute_virtual_machine_scale_sets: column order changed for provisioning_state
  • Table azure_compute_virtual_machine_scale_sets: column order changed for single_placement_group
  • Table azure_compute_virtual_machine_scale_sets: column order changed for sku
  • Table azure_compute_virtual_machine_scale_sets: column order changed for tags
  • Table azure_compute_virtual_machine_scale_sets: column order changed for unique_id
  • Table azure_compute_virtual_machine_scale_sets: column order changed for upgrade_policy
  • Table azure_compute_virtual_machine_scale_sets: column order changed for virtual_machine_profile
  • Table azure_compute_virtual_machine_scale_sets: column order changed for zone_balance
  • Table azure_compute_virtual_machines: column added with name application_profile and type JSON
  • Table azure_compute_virtual_machines: column added with name capacity_reservation and type JSON
  • Table azure_compute_virtual_machines: column added with name time_created and type Timestamp
  • Table azure_compute_virtual_machines: column order changed for diagnostics_profile
  • Table azure_compute_virtual_machines: column order changed for eviction_policy
  • Table azure_compute_virtual_machines: column order changed for extended_location
  • Table azure_compute_virtual_machines: column order changed for extensions_time_budget
  • Table azure_compute_virtual_machines: column order changed for hardware_profile
  • Table azure_compute_virtual_machines: column order changed for identity
  • Table azure_compute_virtual_machines: column order changed for instance_view
  • Table azure_compute_virtual_machines: column order changed for location
  • Table azure_compute_virtual_machines: column order changed for network_profile
  • Table azure_compute_virtual_machines: column order changed for os_profile
  • Table azure_compute_virtual_machines: column order changed for priority
  • Table azure_compute_virtual_machines: column order changed for provisioning_state
  • Table azure_compute_virtual_machines: column order changed for proximity_placement_group
  • Table azure_compute_virtual_machines: column order changed for resources
  • Table azure_compute_virtual_machines: column order changed for security_profile
  • Table azure_compute_virtual_machines: column order changed for storage_profile
  • Table azure_compute_virtual_machines: column order changed for tags
  • Table azure_compute_virtual_machines: column order changed for type
  • Table azure_compute_virtual_machines: column order changed for virtual_machine_scale_set
  • Table azure_compute_virtual_machines: column order changed for vm_id
  • Table azure_container_managed_clusters: column added with name current_kubernetes_version and type String
  • Table azure_container_managed_clusters: column added with name oidc_issuer_profile and type JSON
  • Table azure_container_managed_clusters: column added with name public_network_access and type String
  • Table azure_container_managed_clusters: column added with name security_profile and type JSON
  • Table azure_container_managed_clusters: column added with name storage_profile and type JSON
  • Table azure_container_managed_clusters: column added with name system_data and type JSON
  • Table azure_container_managed_clusters: column order changed for addon_profiles
  • Table azure_container_managed_clusters: column order changed for agent_pool_profiles
  • Table azure_container_managed_clusters: column order changed for auto_scaler_profile
  • Table azure_container_managed_clusters: column order changed for auto_upgrade_profile
  • Table azure_container_managed_clusters: column order changed for azure_portal_fqdn
  • Table azure_container_managed_clusters: column order changed for disable_local_accounts
  • Table azure_container_managed_clusters: column order changed for dns_prefix
  • Table azure_container_managed_clusters: column order changed for enable_pod_security_policy
  • Table azure_container_managed_clusters: column order changed for enable_rbac
  • Table azure_container_managed_clusters: column order changed for extended_location
  • Table azure_container_managed_clusters: column order changed for fqdn_subdomain
  • Table azure_container_managed_clusters: column order changed for fqdn
  • Table azure_container_managed_clusters: column order changed for http_proxy_config
  • Table azure_container_managed_clusters: column order changed for identity
  • Table azure_container_managed_clusters: column order changed for kubernetes_version
  • Table azure_container_managed_clusters: column order changed for linux_profile
  • Table azure_container_managed_clusters: column order changed for location
  • Table azure_container_managed_clusters: column order changed for max_agent_pools
  • Table azure_container_managed_clusters: column order changed for network_profile
  • Table azure_container_managed_clusters: column order changed for node_resource_group
  • Table azure_container_managed_clusters: column order changed for pod_identity_profile
  • Table azure_container_managed_clusters: column order changed for power_state
  • Table azure_container_managed_clusters: column order changed for private_fqdn
  • Table azure_container_managed_clusters: column order changed for provisioning_state
  • Table azure_container_managed_clusters: column order changed for service_principal_profile
  • Table azure_container_managed_clusters: column order changed for tags
  • Table azure_container_managed_clusters: column order changed for type
  • Table azure_container_managed_clusters: column order changed for windows_profile
  • ⚠️ BREAKING CHANGE: Table azure_container_registries: column removed storage_account from table
  • Table azure_container_registries: column added with name anonymous_pull_enabled and type Bool
  • Table azure_container_registries: column added with name data_endpoint_enabled and type Bool
  • Table azure_container_registries: column added with name data_endpoint_host_names and type StringArray
  • Table azure_container_registries: column added with name encryption and type JSON
  • Table azure_container_registries: column added with name identity and type JSON
  • Table azure_container_registries: column added with name network_rule_bypass_options and type String
  • Table azure_container_registries: column added with name private_endpoint_connections and type JSON
  • Table azure_container_registries: column added with name public_network_access and type String
  • Table azure_container_registries: column added with name system_data and type JSON
  • Table azure_container_registries: column added with name zone_redundancy and type String
  • Table azure_container_registries: column order changed for creation_date
  • Table azure_container_registries: column order changed for location
  • Table azure_container_registries: column order changed for login_server
  • Table azure_container_registries: column order changed for provisioning_state
  • Table azure_container_registries: column order changed for status
  • Table azure_container_registries: column order changed for tags
  • Table azure_container_registries: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_container_replications: column removed container_registry_id from table
  • Table azure_container_replications: column added with name region_endpoint_enabled and type Bool
  • Table azure_container_replications: column added with name registry_id and type String
  • Table azure_container_replications: column added with name system_data and type JSON
  • Table azure_container_replications: column added with name zone_redundancy and type String
  • Table azure_container_replications: column order changed for location
  • Table azure_container_replications: column order changed for tags
  • Table azure_cosmosdb_accounts: column added with name analytical_storage_configuration and type JSON
  • Table azure_cosmosdb_accounts: column added with name capacity and type JSON
  • Table azure_cosmosdb_accounts: column added with name create_mode and type String
  • Table azure_cosmosdb_accounts: column added with name default_identity and type String
  • Table azure_cosmosdb_accounts: column added with name disable_local_auth and type Bool
  • Table azure_cosmosdb_accounts: column added with name enable_partition_merge and type Bool
  • Table azure_cosmosdb_accounts: column added with name identity and type JSON
  • Table azure_cosmosdb_accounts: column added with name instance_id and type String
  • Table azure_cosmosdb_accounts: column added with name keys_metadata and type JSON
  • Table azure_cosmosdb_accounts: column added with name network_acl_bypass_resource_ids and type StringArray
  • Table azure_cosmosdb_accounts: column added with name network_acl_bypass and type String
  • Table azure_cosmosdb_accounts: column added with name restore_parameters and type JSON
  • Table azure_cosmosdb_accounts: column added with name system_data and type JSON
  • Table azure_cosmosdb_accounts: column order changed for api_properties
  • Table azure_cosmosdb_accounts: column order changed for consistency_policy
  • Table azure_cosmosdb_accounts: column order changed for cors
  • Table azure_cosmosdb_accounts: column order changed for database_account_offer_type
  • Table azure_cosmosdb_accounts: column order changed for document_endpoint
  • Table azure_cosmosdb_accounts: column order changed for enable_analytical_storage
  • Table azure_cosmosdb_accounts: column order changed for enable_automatic_failover
  • Table azure_cosmosdb_accounts: column order changed for enable_cassandra_connector
  • Table azure_cosmosdb_accounts: column order changed for enable_free_tier
  • Table azure_cosmosdb_accounts: column order changed for enable_multiple_write_locations
  • Table azure_cosmosdb_accounts: column order changed for failover_policies
  • Table azure_cosmosdb_accounts: column order changed for ip_rules
  • Table azure_cosmosdb_accounts: column order changed for is_virtual_network_filter_enabled
  • Table azure_cosmosdb_accounts: column order changed for location
  • Table azure_cosmosdb_accounts: column order changed for locations
  • Table azure_cosmosdb_accounts: column order changed for private_endpoint_connections
  • Table azure_cosmosdb_accounts: column order changed for provisioning_state
  • Table azure_cosmosdb_accounts: column order changed for read_locations
  • Table azure_cosmosdb_accounts: column order changed for tags
  • Table azure_cosmosdb_accounts: column order changed for type
  • Table azure_cosmosdb_accounts: column order changed for virtual_network_rules
  • Table azure_cosmosdb_accounts: column order changed for write_locations
  • ⚠️ BREAKING CHANGE: Table azure_cosmosdb_mongo_db_databases: column removed cosmosdb_account_id from table
  • Table azure_cosmosdb_mongo_db_databases: column added with name account_id and type String
  • Table azure_cosmosdb_mongo_db_databases: column order changed for location
  • Table azure_cosmosdb_mongo_db_databases: column order changed for resource
  • Table azure_cosmosdb_mongo_db_databases: column order changed for tags
  • ⚠️ BREAKING CHANGE: Table azure_cosmosdb_sql_databases: column removed cosmosdb_account_id from table
  • Table azure_cosmosdb_sql_databases: column added with name account_id and type String
  • Table azure_cosmosdb_sql_databases: column order changed for location
  • Table azure_cosmosdb_sql_databases: column order changed for resource
  • Table azure_cosmosdb_sql_databases: column order changed for tags
  • ⚠️ BREAKING CHANGE: Table azure_datalake_analytics_accounts was renamed to azure_datalake_accounts
  • ⚠️ BREAKING CHANGE: Table azure_datalake_accounts: column type changed from UUID to String for account_id
  • Table azure_datalake_accounts: column added with name debug_data_access_level and type String
  • Table azure_datalake_accounts: column added with name default_data_lake_store_account_type and type String
  • Table azure_datalake_accounts: column added with name hive_metastores and type JSON
  • Table azure_datalake_accounts: column added with name max_active_job_count_per_user and type Int
  • Table azure_datalake_accounts: column added with name max_job_running_time_in_min and type Int
  • Table azure_datalake_accounts: column added with name max_queued_job_count_per_user and type Int
  • Table azure_datalake_accounts: column added with name public_data_lake_store_accounts and type JSON
  • Table azure_datalake_accounts: column added with name virtual_network_rules and type JSON
  • Table azure_datalake_accounts: column order changed for compute_policies
  • Table azure_datalake_accounts: column order changed for current_tier
  • Table azure_datalake_accounts: column order changed for data_lake_store_accounts
  • Table azure_datalake_accounts: column order changed for default_data_lake_store_account
  • Table azure_datalake_accounts: column order changed for firewall_rules
  • Table azure_datalake_accounts: column order changed for firewall_state
  • Table azure_datalake_accounts: column order changed for id (PK)
  • Table azure_datalake_accounts: column order changed for last_modified_time
  • Table azure_datalake_accounts: column order changed for location
  • Table azure_datalake_accounts: column order changed for max_job_count
  • Table azure_datalake_accounts: column order changed for min_priority_per_job
  • Table azure_datalake_accounts: column order changed for name
  • Table azure_datalake_accounts: column order changed for new_tier
  • Table azure_datalake_accounts: column order changed for provisioning_state
  • Table azure_datalake_accounts: column order changed for state
  • Table azure_datalake_accounts: column order changed for storage_accounts
  • Table azure_datalake_accounts: column order changed for system_max_degree_of_parallelism
  • Table azure_datalake_accounts: column order changed for system_max_job_count
  • Table azure_datalake_accounts: column order changed for tags
  • Table azure_datalake_accounts: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_datalake_store_accounts: column type changed from UUID to String for account_id
  • Table azure_datalake_store_accounts: column order changed for creation_time
  • Table azure_datalake_store_accounts: column order changed for current_tier
  • Table azure_datalake_store_accounts: column order changed for encryption_state
  • Table azure_datalake_store_accounts: column order changed for endpoint
  • Table azure_datalake_store_accounts: column order changed for firewall_allow_azure_ips
  • Table azure_datalake_store_accounts: column order changed for id (PK)
  • Table azure_datalake_store_accounts: column order changed for last_modified_time
  • Table azure_datalake_store_accounts: column order changed for location
  • Table azure_datalake_store_accounts: column order changed for name
  • Table azure_datalake_store_accounts: column order changed for tags
  • Table azure_datalake_store_accounts: column order changed for trusted_id_provider_state
  • Table azure_datalake_store_accounts: column order changed for trusted_id_providers
  • Table azure_datalake_store_accounts: column order changed for type
  • Table azure_datalake_store_accounts: column order changed for virtual_network_rules
  • Table azure_eventhub_namespaces: column added with name alternate_name and type String
  • Table azure_eventhub_namespaces: column added with name disable_local_auth and type Bool
  • Table azure_eventhub_namespaces: column added with name private_endpoint_connections and type JSON
  • Table azure_eventhub_namespaces: column added with name status and type String
  • Table azure_eventhub_namespaces: column added with name system_data and type JSON
  • Table azure_eventhub_namespaces: column order changed for created_at
  • Table azure_eventhub_namespaces: column order changed for encryption
  • Table azure_eventhub_namespaces: column order changed for location
  • Table azure_eventhub_namespaces: column order changed for maximum_throughput_units
  • Table azure_eventhub_namespaces: column order changed for metric_id
  • Table azure_eventhub_namespaces: column order changed for provisioning_state
  • Table azure_eventhub_namespaces: column order changed for service_bus_endpoint
  • Table azure_eventhub_namespaces: column order changed for sku
  • Table azure_eventhub_namespaces: column order changed for updated_at
  • ⚠️ BREAKING CHANGE: Table azure_eventhub_network_rule_sets: column removed eventhub_namespace_id from table
  • Table azure_eventhub_network_rule_sets: column added with name location and type String
  • Table azure_eventhub_network_rule_sets: column added with name namespace_id and type String
  • Table azure_eventhub_network_rule_sets: column added with name public_network_access and type String
  • Table azure_eventhub_network_rule_sets: column added with name system_data and type JSON
  • Table azure_eventhub_network_rule_sets: column order changed for trusted_service_access_enabled
  • Table azure_eventhub_network_rule_sets: column order changed for type
  • Table azure_eventhub_network_rule_sets: column order changed for virtual_network_rules
  • ⚠️ BREAKING CHANGE: Table azure_frontdoor_doors was renamed to azure_front_doors
  • Table azure_front_doors: column order changed for cname
  • Table azure_front_doors: column order changed for friendly_name
  • Table azure_front_doors: column order changed for frontdoor_id
  • Table azure_front_doors: column order changed for frontend_endpoints
  • Table azure_front_doors: column order changed for health_probe_settings
  • Table azure_front_doors: column order changed for load_balancing_settings
  • Table azure_front_doors: column order changed for location
  • Table azure_front_doors: column order changed for provisioning_state
  • Table azure_front_doors: column order changed for resource_state
  • Table azure_front_doors: column order changed for routing_rules
  • Table azure_front_doors: column order changed for rules_engines
  • Table azure_front_doors: column order changed for tags
  • Table azure_front_doors: column order changed for type
  • Table azure_iot_hubs was added
  • ⚠️ BREAKING CHANGE: Table azure_iothub_devices was removed
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_keys: column removed keyvault_vault_id from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_keys: column removed kid (PK) from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_keys: column removed managed from table
  • Table azure_keyvault_keys: column added with name curve_name and type String
  • Table azure_keyvault_keys: column added with name id (PK) and type String
  • Table azure_keyvault_keys: column added with name key_ops and type StringArray
  • Table azure_keyvault_keys: column added with name key_size and type Int
  • Table azure_keyvault_keys: column added with name key_uri_with_version and type String
  • Table azure_keyvault_keys: column added with name key_uri and type String
  • Table azure_keyvault_keys: column added with name kty and type String
  • Table azure_keyvault_keys: column added with name location and type String
  • Table azure_keyvault_keys: column added with name name and type String
  • Table azure_keyvault_keys: column added with name type and type String
  • Table azure_keyvault_keys: column added with name vault_id and type String
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_managed_hsms: column removed properties_create_mode from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_managed_hsms: column removed properties_enable_purge_protection from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_managed_hsms: column removed properties_enable_soft_delete from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_managed_hsms: column removed properties_hsm_uri from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_managed_hsms: column removed properties_initial_admin_object_ids from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_managed_hsms: column removed properties_provisioning_state from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_managed_hsms: column removed properties_soft_delete_retention_in_days from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_managed_hsms: column removed properties_status_message from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_managed_hsms: column removed properties_tenant_id from table
  • Table azure_keyvault_managed_hsms: column added with name create_mode and type String
  • Table azure_keyvault_managed_hsms: column added with name enable_purge_protection and type Bool
  • Table azure_keyvault_managed_hsms: column added with name enable_soft_delete and type Bool
  • Table azure_keyvault_managed_hsms: column added with name hsm_uri and type String
  • Table azure_keyvault_managed_hsms: column added with name initial_admin_object_ids and type StringArray
  • Table azure_keyvault_managed_hsms: column added with name network_acls and type JSON
  • Table azure_keyvault_managed_hsms: column added with name private_endpoint_connections and type JSON
  • Table azure_keyvault_managed_hsms: column added with name provisioning_state and type String
  • Table azure_keyvault_managed_hsms: column added with name public_network_access and type String
  • Table azure_keyvault_managed_hsms: column added with name scheduled_purge_date and type Timestamp
  • Table azure_keyvault_managed_hsms: column added with name soft_delete_retention_in_days and type Int
  • Table azure_keyvault_managed_hsms: column added with name status_message and type String
  • Table azure_keyvault_managed_hsms: column added with name system_data and type JSON
  • Table azure_keyvault_managed_hsms: column added with name tenant_id and type String
  • Table azure_keyvault_managed_hsms: column order changed for id (PK)
  • Table azure_keyvault_managed_hsms: column order changed for name
  • Table azure_keyvault_managed_hsms: column order changed for tags
  • Table azure_keyvault_managed_hsms: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_secrets: column removed keyvault_vault_id from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_secrets: column removed managed from table
  • Table azure_keyvault_secrets: column added with name location and type String
  • Table azure_keyvault_secrets: column added with name name and type String
  • Table azure_keyvault_secrets: column added with name secret_uri_with_version and type String
  • Table azure_keyvault_secrets: column added with name secret_uri and type String
  • Table azure_keyvault_secrets: column added with name type and type String
  • Table azure_keyvault_secrets: column added with name value and type String
  • Table azure_keyvault_secrets: column added with name vault_id and type String
  • Table azure_keyvault_secrets: column order changed for id (PK)
  • Table azure_keyvault_secrets: column order changed for tags
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_vaults: column removed properties_access_policies from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_vaults: column removed properties_create_mode from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_vaults: column removed properties_enable_purge_protection from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_vaults: column removed properties_enable_rbac_authorization from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_vaults: column removed properties_enable_soft_delete from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_vaults: column removed properties_enabled_for_deployment from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_vaults: column removed properties_enabled_for_disk_encryption from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_vaults: column removed properties_enabled_for_template_deployment from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_vaults: column removed properties_network_acls from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_vaults: column removed properties_private_endpoint_connections from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_vaults: column removed properties_sku from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_vaults: column removed properties_soft_delete_retention_in_days from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_vaults: column removed properties_tenant_id from table
  • ⚠️ BREAKING CHANGE: Table azure_keyvault_vaults: column removed properties_vault_uri from table
  • Table azure_keyvault_vaults: column added with name access_policies and type JSON
  • Table azure_keyvault_vaults: column added with name create_mode and type String
  • Table azure_keyvault_vaults: column added with name enable_purge_protection and type Bool
  • Table azure_keyvault_vaults: column added with name enable_rbac_authorization and type Bool
  • Table azure_keyvault_vaults: column added with name enable_soft_delete and type Bool
  • Table azure_keyvault_vaults: column added with name enabled_for_deployment and type Bool
  • Table azure_keyvault_vaults: column added with name enabled_for_disk_encryption and type Bool
  • Table azure_keyvault_vaults: column added with name enabled_for_template_deployment and type Bool
  • Table azure_keyvault_vaults: column added with name hsm_pool_resource_id and type String
  • Table azure_keyvault_vaults: column added with name network_acls and type JSON
  • Table azure_keyvault_vaults: column added with name private_endpoint_connections and type JSON
  • Table azure_keyvault_vaults: column added with name provisioning_state and type String
  • Table azure_keyvault_vaults: column added with name public_network_access and type String
  • Table azure_keyvault_vaults: column added with name sku and type JSON
  • Table azure_keyvault_vaults: column added with name soft_delete_retention_in_days and type Int
  • Table azure_keyvault_vaults: column added with name system_data and type JSON
  • Table azure_keyvault_vaults: column added with name tenant_id and type String
  • Table azure_keyvault_vaults: column added with name vault_uri and type String
  • Table azure_keyvault_vaults: column order changed for id (PK)
  • Table azure_keyvault_vaults: column order changed for name
  • Table azure_keyvault_vaults: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_logic_diagnostic_settings: column removed logic_workflow_id from table
  • Table azure_logic_diagnostic_settings: column added with name marketplace_partner_id and type String
  • Table azure_logic_diagnostic_settings: column added with name system_data and type JSON
  • Table azure_logic_diagnostic_settings: column added with name workflow_id and type String
  • Table azure_logic_diagnostic_settings: column order changed for log_analytics_destination_type
  • Table azure_logic_diagnostic_settings: column order changed for metrics
  • Table azure_logic_diagnostic_settings: column order changed for service_bus_rule_id
  • Table azure_logic_diagnostic_settings: column order changed for storage_account_id
  • Table azure_logic_diagnostic_settings: column order changed for type
  • Table azure_logic_workflows: column order changed for access_endpoint
  • Table azure_logic_workflows: column order changed for changed_time
  • Table azure_logic_workflows: column order changed for created_time
  • Table azure_logic_workflows: column order changed for endpoints_configuration
  • Table azure_logic_workflows: column order changed for identity
  • Table azure_logic_workflows: column order changed for location
  • Table azure_logic_workflows: column order changed for provisioning_state
  • Table azure_logic_workflows: column order changed for sku
  • Table azure_logic_workflows: column order changed for state
  • Table azure_logic_workflows: column order changed for tags
  • Table azure_logic_workflows: column order changed for type
  • Table azure_logic_workflows: column order changed for version
  • ⚠️ BREAKING CHANGE: Table azure_mariadb_configurations: column removed mariadb_server_id from table
  • Table azure_mariadb_configurations: column added with name server_id and type String
  • Table azure_mariadb_configurations: column order changed for data_type
  • Table azure_mariadb_configurations: column order changed for default_value
  • Table azure_mariadb_configurations: column order changed for description
  • Table azure_mariadb_configurations: column order changed for source
  • Table azure_mariadb_configurations: column order changed for type
  • Table azure_mariadb_servers: column added with name minimal_tls_version and type String
  • Table azure_mariadb_servers: column order changed for fully_qualified_domain_name
  • Table azure_mariadb_servers: column order changed for location
  • Table azure_mariadb_servers: column order changed for replica_capacity
  • Table azure_mariadb_servers: column order changed for replication_role
  • Table azure_mariadb_servers: column order changed for sku
  • Table azure_mariadb_servers: column order changed for ssl_enforcement
  • Table azure_mariadb_servers: column order changed for storage_profile
  • Table azure_mariadb_servers: column order changed for user_visible_state
  • Table azure_mariadb_servers: column order changed for version
  • Table azure_monitor_activity_log_alerts: column order changed for condition
  • Table azure_monitor_activity_log_alerts: column order changed for enabled
  • Table azure_monitor_activity_log_alerts: column order changed for location
  • Table azure_monitor_activity_log_alerts: column order changed for scopes
  • Table azure_monitor_activity_log_alerts: column order changed for tags
  • Table azure_monitor_activity_log_alerts: column order changed for type
  • Table azure_monitor_activity_logs: column order changed for category
  • Table azure_monitor_activity_logs: column order changed for claims
  • Table azure_monitor_activity_logs: column order changed for correlation_id
  • Table azure_monitor_activity_logs: column order changed for event_timestamp
  • Table azure_monitor_activity_logs: column order changed for id (PK)
  • Table azure_monitor_activity_logs: column order changed for resource_group_name
  • Table azure_monitor_activity_logs: column order changed for resource_id
  • Table azure_monitor_activity_logs: column order changed for resource_provider_name
  • Table azure_monitor_activity_logs: column order changed for resource_type
  • Table azure_monitor_activity_logs: column order changed for subscription_id
  • ⚠️ BREAKING CHANGE: Table azure_monitor_diagnostic_settings: column removed monitor_resource_id from table
  • ⚠️ BREAKING CHANGE: Table azure_monitor_diagnostic_settings: column removed resource_uri from table
  • Table azure_monitor_diagnostic_settings: column added with name marketplace_partner_id and type String
  • Table azure_monitor_diagnostic_settings: column added with name resource_id and type String
  • Table azure_monitor_diagnostic_settings: column added with name system_data and type JSON
  • Table azure_monitor_diagnostic_settings: column order changed for log_analytics_destination_type
  • Table azure_monitor_diagnostic_settings: column order changed for metrics
  • Table azure_monitor_diagnostic_settings: column order changed for service_bus_rule_id
  • Table azure_monitor_diagnostic_settings: column order changed for storage_account_id
  • ⚠️ BREAKING CHANGE: Table azure_monitor_log_profiles: column removed etag from table
  • ⚠️ BREAKING CHANGE: Table azure_monitor_log_profiles: column removed kind from table
  • Table azure_monitor_log_profiles: column order changed for location
  • Table azure_monitor_log_profiles: column order changed for locations
  • Table azure_monitor_log_profiles: column order changed for service_bus_rule_id
  • Table azure_monitor_log_profiles: column order changed for storage_account_id
  • Table azure_monitor_log_profiles: column order changed for tags
  • Table azure_monitor_log_profiles: column order changed for type
  • Table azure_monitor_resources: column added with name changed_time and type Timestamp
  • Table azure_monitor_resources: column added with name created_time and type Timestamp
  • Table azure_monitor_resources: column added with name extended_location and type JSON
  • Table azure_monitor_resources: column added with name identity and type JSON
  • Table azure_monitor_resources: column added with name kind and type String
  • Table azure_monitor_resources: column added with name location and type String
  • Table azure_monitor_resources: column added with name managed_by and type String
  • Table azure_monitor_resources: column added with name name and type String
  • Table azure_monitor_resources: column added with name plan and type JSON
  • Table azure_monitor_resources: column added with name provisioning_state and type String
  • Table azure_monitor_resources: column added with name sku and type JSON
  • Table azure_monitor_resources: column added with name subscription_id and type String
  • Table azure_monitor_resources: column added with name tags and type JSON
  • Table azure_monitor_resources: column added with name type and type String
  • Table azure_monitor_resources: column order changed for id (PK)
  • ⚠️ BREAKING CHANGE: Table azure_mysql_configurations: column removed mysql_server_id from table
  • Table azure_mysql_configurations: column added with name server_id and type String
  • Table azure_mysql_configurations: column order changed for data_type
  • Table azure_mysql_configurations: column order changed for default_value
  • Table azure_mysql_configurations: column order changed for description
  • Table azure_mysql_configurations: column order changed for source
  • Table azure_mysql_configurations: column order changed for type
  • Table azure_mysql_servers: column order changed for byok_enforcement
  • Table azure_mysql_servers: column order changed for fully_qualified_domain_name
  • Table azure_mysql_servers: column order changed for infrastructure_encryption
  • Table azure_mysql_servers: column order changed for location
  • Table azure_mysql_servers: column order changed for minimal_tls_version
  • Table azure_mysql_servers: column order changed for replica_capacity
  • Table azure_mysql_servers: column order changed for replication_role
  • Table azure_mysql_servers: column order changed for sku
  • Table azure_mysql_servers: column order changed for ssl_enforcement
  • Table azure_mysql_servers: column order changed for storage_profile
  • Table azure_mysql_servers: column order changed for user_visible_state
  • Table azure_mysql_servers: column order changed for version
  • Table azure_network_express_route_circuits: column added with name authorization_key and type String
  • Table azure_network_express_route_circuits: column order changed for bandwidth_in_gbps
  • Table azure_network_express_route_circuits: column order changed for circuit_provisioning_state
  • Table azure_network_express_route_circuits: column order changed for express_route_port
  • Table azure_network_express_route_circuits: column order changed for gateway_manager_etag
  • Table azure_network_express_route_circuits: column order changed for global_reach_enabled
  • Table azure_network_express_route_circuits: column order changed for id (PK)
  • Table azure_network_express_route_circuits: column order changed for location
  • Table azure_network_express_route_circuits: column order changed for service_provider_provisioning_state
  • Table azure_network_express_route_circuits: column order changed for sku
  • Table azure_network_express_route_circuits: column order changed for stag
  • Table azure_network_express_route_circuits: column order changed for tags
  • Table azure_network_express_route_circuits: column order changed for type
  • Table azure_network_express_route_gateways: column added with name allow_non_virtual_wan_traffic and type Bool
  • Table azure_network_express_route_gateways: column order changed for id (PK)
  • Table azure_network_express_route_gateways: column order changed for location
  • Table azure_network_express_route_gateways: column order changed for tags
  • Table azure_network_express_route_gateways: column order changed for type
  • Table azure_network_express_route_gateways: column order changed for virtual_hub
  • Table azure_network_express_route_ports: column added with name billing_type and type String
  • Table azure_network_express_route_ports: column order changed for allocation_date
  • Table azure_network_express_route_ports: column order changed for ether_type
  • Table azure_network_express_route_ports: column order changed for id (PK)
  • Table azure_network_express_route_ports: column order changed for identity
  • Table azure_network_express_route_ports: column order changed for location
  • Table azure_network_express_route_ports: column order changed for mtu
  • Table azure_network_express_route_ports: column order changed for peering_location
  • Table azure_network_express_route_ports: column order changed for provisioned_bandwidth_in_gbps
  • Table azure_network_express_route_ports: column order changed for tags
  • Table azure_network_express_route_ports: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_network_flow_logs: column removed network_watcher_id from table
  • Table azure_network_flow_logs: column added with name watcher_id and type String
  • Table azure_network_flow_logs: column order changed for format
  • Table azure_network_flow_logs: column order changed for id (PK)
  • Table azure_network_flow_logs: column order changed for location
  • Table azure_network_flow_logs: column order changed for retention_policy
  • Table azure_network_flow_logs: column order changed for tags
  • Table azure_network_flow_logs: column order changed for target_resource_guid
  • Table azure_network_flow_logs: column order changed for target_resource_id
  • Table azure_network_interfaces: column added with name auxiliary_mode and type String
  • Table azure_network_interfaces: column added with name disable_tcp_state_tracking and type Bool
  • Table azure_network_interfaces: column added with name vnet_encryption_supported and type Bool
  • Table azure_network_interfaces: column added with name workload_type and type String
  • Table azure_network_interfaces: column order changed for dscp_configuration
  • Table azure_network_interfaces: column order changed for hosted_workloads
  • Table azure_network_interfaces: column order changed for id (PK)
  • Table azure_network_interfaces: column order changed for ip_configurations
  • Table azure_network_interfaces: column order changed for location
  • Table azure_network_interfaces: column order changed for mac_address
  • Table azure_network_interfaces: column order changed for migration_phase
  • Table azure_network_interfaces: column order changed for network_security_group
  • Table azure_network_interfaces: column order changed for primary
  • Table azure_network_interfaces: column order changed for private_endpoint
  • Table azure_network_interfaces: column order changed for provisioning_state
  • Table azure_network_interfaces: column order changed for resource_guid
  • Table azure_network_interfaces: column order changed for tags
  • Table azure_network_interfaces: column order changed for tap_configurations
  • Table azure_network_interfaces: column order changed for type
  • Table azure_network_interfaces: column order changed for virtual_machine
  • Table azure_network_public_ip_addresses: column added with name delete_option and type String
  • Table azure_network_public_ip_addresses: column order changed for etag
  • Table azure_network_public_ip_addresses: column order changed for id (PK)
  • Table azure_network_public_ip_addresses: column order changed for ip_configuration
  • Table azure_network_public_ip_addresses: column order changed for ip_tags
  • Table azure_network_public_ip_addresses: column order changed for location
  • Table azure_network_public_ip_addresses: column order changed for migration_phase
  • Table azure_network_public_ip_addresses: column order changed for nat_gateway
  • Table azure_network_public_ip_addresses: column order changed for provisioning_state
  • Table azure_network_public_ip_addresses: column order changed for public_ip_address_version
  • Table azure_network_public_ip_addresses: column order changed for public_ip_allocation_method
  • Table azure_network_public_ip_addresses: column order changed for public_ip_prefix
  • Table azure_network_public_ip_addresses: column order changed for resource_guid
  • Table azure_network_public_ip_addresses: column order changed for service_public_ip_address
  • Table azure_network_public_ip_addresses: column order changed for sku
  • Table azure_network_public_ip_addresses: column order changed for tags
  • Table azure_network_public_ip_addresses: column order changed for type
  • Table azure_network_route_filters: column order changed for id (PK)
  • Table azure_network_route_filters: column order changed for location
  • Table azure_network_route_filters: column order changed for peerings
  • Table azure_network_route_filters: column order changed for tags
  • Table azure_network_route_filters: column order changed for type
  • Table azure_network_route_tables: column order changed for id (PK)
  • Table azure_network_route_tables: column order changed for location
  • Table azure_network_route_tables: column order changed for routes
  • Table azure_network_route_tables: column order changed for subnets
  • Table azure_network_route_tables: column order changed for tags
  • Table azure_network_route_tables: column order changed for type
  • Table azure_network_security_groups: column added with name flush_connection and type Bool
  • Table azure_network_security_groups: column order changed for id (PK)
  • Table azure_network_security_groups: column order changed for location
  • Table azure_network_security_groups: column order changed for network_interfaces
  • Table azure_network_security_groups: column order changed for resource_guid
  • Table azure_network_security_groups: column order changed for subnets
  • Table azure_network_security_groups: column order changed for tags
  • Table azure_network_security_groups: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_network_virtual_network_gateway_connections: column removed network_virtual_network_gateway_id from table
  • Table azure_network_virtual_network_gateway_connections: column added with name dpd_timeout_seconds and type Int
  • Table azure_network_virtual_network_gateway_connections: column added with name egress_nat_rules and type JSON
  • Table azure_network_virtual_network_gateway_connections: column added with name enable_private_link_fast_path and type Bool
  • Table azure_network_virtual_network_gateway_connections: column added with name gateway_custom_bgp_ip_addresses and type JSON
  • Table azure_network_virtual_network_gateway_connections: column added with name ingress_nat_rules and type JSON
  • Table azure_network_virtual_network_gateway_connections: column added with name use_local_azure_ip_address and type Bool
  • Table azure_network_virtual_network_gateway_connections: column added with name virtual_network_gateway_id and type String
  • Table azure_network_virtual_network_gateway_connections: column order changed for authorization_key
  • Table azure_network_virtual_network_gateway_connections: column order changed for connection_mode
  • Table azure_network_virtual_network_gateway_connections: column order changed for enable_bgp
  • Table azure_network_virtual_network_gateway_connections: column order changed for etag
  • Table azure_network_virtual_network_gateway_connections: column order changed for express_route_gateway_bypass
  • Table azure_network_virtual_network_gateway_connections: column order changed for ipsec_policies
  • Table azure_network_virtual_network_gateway_connections: column order changed for local_network_gateway2
  • Table azure_network_virtual_network_gateway_connections: column order changed for location
  • Table azure_network_virtual_network_gateway_connections: column order changed for peer
  • Table azure_network_virtual_network_gateway_connections: column order changed for resource_guid
  • Table azure_network_virtual_network_gateway_connections: column order changed for tags
  • Table azure_network_virtual_network_gateway_connections: column order changed for traffic_selector_policies
  • Table azure_network_virtual_network_gateway_connections: column order changed for tunnel_connection_status
  • Table azure_network_virtual_network_gateway_connections: column order changed for use_policy_based_traffic_selectors
  • Table azure_network_virtual_network_gateway_connections: column order changed for virtual_network_gateway1
  • Table azure_network_virtual_network_gateway_connections: column order changed for virtual_network_gateway2
  • ⚠️ BREAKING CHANGE: Table azure_network_virtual_network_gateways: column removed network_virtual_network_id from table
  • Table azure_network_virtual_network_gateways: column added with name allow_remote_vnet_traffic and type Bool
  • Table azure_network_virtual_network_gateways: column added with name allow_virtual_wan_traffic and type Bool
  • Table azure_network_virtual_network_gateways: column added with name disable_ip_sec_replay_protection and type Bool
  • Table azure_network_virtual_network_gateways: column added with name enable_bgp_route_translation_for_nat and type Bool
  • Table azure_network_virtual_network_gateways: column added with name nat_rules and type JSON
  • Table azure_network_virtual_network_gateways: column added with name virtual_network_gateway_policy_groups and type JSON
  • Table azure_network_virtual_network_gateways: column added with name virtual_network_id and type String
  • Table azure_network_virtual_network_gateways: column order changed for active_active
  • Table azure_network_virtual_network_gateways: column order changed for bgp_settings
  • Table azure_network_virtual_network_gateways: column order changed for custom_routes
  • Table azure_network_virtual_network_gateways: column order changed for enable_dns_forwarding
  • Table azure_network_virtual_network_gateways: column order changed for etag
  • Table azure_network_virtual_network_gateways: column order changed for extended_location
  • Table azure_network_virtual_network_gateways: column order changed for gateway_type
  • Table azure_network_virtual_network_gateways: column order changed for ip_configurations
  • Table azure_network_virtual_network_gateways: column order changed for location
  • Table azure_network_virtual_network_gateways: column order changed for provisioning_state
  • Table azure_network_virtual_network_gateways: column order changed for resource_guid
  • Table azure_network_virtual_network_gateways: column order changed for tags
  • Table azure_network_virtual_network_gateways: column order changed for v_net_extended_location_resource_id
  • Table azure_network_virtual_network_gateways: column order changed for vpn_gateway_generation
  • Table azure_network_virtual_network_gateways: column order changed for vpn_type
  • Table azure_network_virtual_networks: column added with name encryption and type JSON
  • Table azure_network_virtual_networks: column added with name flow_timeout_in_minutes and type Int
  • Table azure_network_virtual_networks: column order changed for bgp_communities
  • Table azure_network_virtual_networks: column order changed for ddos_protection_plan
  • Table azure_network_virtual_networks: column order changed for id (PK)
  • Table azure_network_virtual_networks: column order changed for location
  • Table azure_network_virtual_networks: column order changed for provisioning_state
  • Table azure_network_virtual_networks: column order changed for resource_guid
  • Table azure_network_virtual_networks: column order changed for subnets
  • Table azure_network_virtual_networks: column order changed for tags
  • Table azure_network_virtual_networks: column order changed for type
  • Table azure_network_virtual_networks: column order changed for virtual_network_peerings
  • Table azure_network_watchers: column order changed for etag
  • Table azure_network_watchers: column order changed for name
  • Table azure_network_watchers: column order changed for provisioning_state
  • Table azure_network_watchers: column order changed for tags
  • Table azure_network_watchers: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_postgresql_configurations: column removed postgresql_server_id from table
  • Table azure_postgresql_configurations: column added with name server_id and type String
  • Table azure_postgresql_configurations: column order changed for data_type
  • Table azure_postgresql_configurations: column order changed for default_value
  • Table azure_postgresql_configurations: column order changed for description
  • Table azure_postgresql_configurations: column order changed for source
  • Table azure_postgresql_configurations: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_postgresql_firewall_rules: column removed postgresql_server_id from table
  • Table azure_postgresql_firewall_rules: column added with name server_id and type String
  • Table azure_postgresql_firewall_rules: column order changed for start_ip_address
  • Table azure_postgresql_firewall_rules: column order changed for type
  • Table azure_postgresql_servers: column order changed for byok_enforcement
  • Table azure_postgresql_servers: column order changed for fully_qualified_domain_name
  • Table azure_postgresql_servers: column order changed for infrastructure_encryption
  • Table azure_postgresql_servers: column order changed for location
  • Table azure_postgresql_servers: column order changed for minimal_tls_version
  • Table azure_postgresql_servers: column order changed for replica_capacity
  • Table azure_postgresql_servers: column order changed for replication_role
  • Table azure_postgresql_servers: column order changed for sku
  • Table azure_postgresql_servers: column order changed for ssl_enforcement
  • Table azure_postgresql_servers: column order changed for storage_profile
  • Table azure_postgresql_servers: column order changed for user_visible_state
  • Table azure_postgresql_servers: column order changed for version
  • Table azure_redis_caches: column added with name identity and type JSON
  • Table azure_redis_caches: column order changed for access_keys
  • Table azure_redis_caches: column order changed for enable_non_ssl_port
  • Table azure_redis_caches: column order changed for host_name
  • Table azure_redis_caches: column order changed for instances
  • Table azure_redis_caches: column order changed for linked_servers
  • Table azure_redis_caches: column order changed for location
  • Table azure_redis_caches: column order changed for minimum_tls_version
  • Table azure_redis_caches: column order changed for port
  • Table azure_redis_caches: column order changed for private_endpoint_connections
  • Table azure_redis_caches: column order changed for provisioning_state
  • Table azure_redis_caches: column order changed for public_network_access
  • Table azure_redis_caches: column order changed for ssl_port
  • Table azure_redis_caches: column order changed for static_ip
  • Table azure_redis_caches: column order changed for subnet_id
  • Table azure_redis_caches: column order changed for tenant_settings
  • Table azure_redis_caches: column order changed for zones
  • ⚠️ BREAKING CHANGE: Table azure_subscriptions_locations was renamed to azure_resource_groups
  • ⚠️ BREAKING CHANGE: Table azure_resource_groups: column removed display_name from table
  • ⚠️ BREAKING CHANGE: Table azure_resource_groups: column removed metadata from table
  • ⚠️ BREAKING CHANGE: Table azure_resource_groups: column removed regional_display_name from table
  • Table azure_resource_groups: column added with name location and type String
  • Table azure_resource_groups: column added with name managed_by and type String
  • Table azure_resource_groups: column added with name provisioning_state and type String
  • Table azure_resource_groups: column added with name tags and type JSON
  • ⚠️ BREAKING CHANGE: Table azure_subscriptions_tenants was renamed to azure_resource_links
  • ⚠️ BREAKING CHANGE: Table azure_resource_links: column removed country_code from table
  • ⚠️ BREAKING CHANGE: Table azure_resource_links: column removed country from table
  • ⚠️ BREAKING CHANGE: Table azure_resource_links: column removed default_domain from table
  • ⚠️ BREAKING CHANGE: Table azure_resource_links: column removed display_name from table
  • ⚠️ BREAKING CHANGE: Table azure_resource_links: column removed domains from table
  • ⚠️ BREAKING CHANGE: Table azure_resource_links: column removed tenant_branding_logo_url from table
  • ⚠️ BREAKING CHANGE: Table azure_resource_links: column removed tenant_category from table
  • ⚠️ BREAKING CHANGE: Table azure_resource_links: column removed tenant_id from table
  • ⚠️ BREAKING CHANGE: Table azure_resource_links: column removed tenant_type from table
  • Table azure_resource_links: column added with name name and type String
  • Table azure_resource_links: column added with name notes and type String
  • Table azure_resource_links: column added with name source_id and type String
  • Table azure_resource_links: column added with name target_id and type String
  • ⚠️ BREAKING CHANGE: Table azure_resources_policy_assignments was renamed to azure_resource_policy_assignments
  • ⚠️ BREAKING CHANGE: Table azure_resource_policy_assignments: column removed sku from table
  • Table azure_resource_policy_assignments: column added with name non_compliance_messages and type JSON
  • Table azure_resource_policy_assignments: column added with name system_data and type JSON
  • Table azure_resource_policy_assignments: column order changed for description
  • Table azure_resource_policy_assignments: column order changed for enforcement_mode
  • Table azure_resource_policy_assignments: column order changed for identity
  • Table azure_resource_policy_assignments: column order changed for location
  • Table azure_resource_policy_assignments: column order changed for policy_definition_id
  • Table azure_resource_policy_assignments: column order changed for scope
  • Table azure_resource_policy_assignments: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_resources_groups was removed
  • Table azure_search_services: column order changed for identity
  • Table azure_search_services: column order changed for location
  • Table azure_search_services: column order changed for partition_count
  • Table azure_search_services: column order changed for provisioning_state
  • Table azure_search_services: column order changed for public_network_access
  • Table azure_search_services: column order changed for replica_count
  • Table azure_search_services: column order changed for status_details
  • Table azure_search_services: column order changed for status
  • Table azure_security_assessments: column order changed for display_name
  • Table azure_security_assessments: column order changed for links
  • ⚠️ BREAKING CHANGE: Table azure_security_contacts: column removed alerts_to_admins from table
  • ⚠️ BREAKING CHANGE: Table azure_security_contacts: column removed email from table
  • ⚠️ BREAKING CHANGE: Table azure_security_contacts: column type changed from String to JSON for alert_notifications
  • Table azure_security_contacts: column added with name emails and type String
  • Table azure_security_contacts: column added with name notifications_by_role and type JSON
  • Table azure_security_jit_network_access_policies: column order changed for id (PK)
  • Table azure_security_jit_network_access_policies: column order changed for kind
  • Table azure_security_jit_network_access_policies: column order changed for location
  • Table azure_security_jit_network_access_policies: column order changed for name
  • Table azure_security_jit_network_access_policies: column order changed for provisioning_state
  • Table azure_security_jit_network_access_policies: column order changed for type
  • Table azure_security_pricings: column added with name deprecated and type Bool
  • Table azure_security_pricings: column added with name replaced_by and type StringArray
  • Table azure_security_pricings: column added with name sub_plan and type String
  • Table azure_security_settings: column order changed for enabled
  • Table azure_security_settings: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_servicebus_access_keys: column removed servicebus_authorization_rule_id from table
  • Table azure_servicebus_access_keys: column added with name authorization_rule_id and type String
  • Table azure_servicebus_access_keys: column order changed for key_name
  • Table azure_servicebus_access_keys: column order changed for primary_connection_string
  • Table azure_servicebus_access_keys: column order changed for secondary_connection_string
  • ⚠️ BREAKING CHANGE: Table azure_servicebus_authorization_rules: column removed servicebus_topic_id from table
  • Table azure_servicebus_authorization_rules: column added with name location and type String
  • Table azure_servicebus_authorization_rules: column added with name topic_id and type String
  • Table azure_servicebus_authorization_rules: column order changed for system_data
  • Table azure_servicebus_authorization_rules: column order changed for type
  • Table azure_servicebus_namespaces: column added with name alternate_name and type String
  • Table azure_servicebus_namespaces: column added with name minimum_tls_version and type String
  • Table azure_servicebus_namespaces: column added with name public_network_access and type String
  • Table azure_servicebus_namespaces: column order changed for created_at
  • Table azure_servicebus_namespaces: column order changed for disable_local_auth
  • Table azure_servicebus_namespaces: column order changed for encryption
  • Table azure_servicebus_namespaces: column order changed for location
  • Table azure_servicebus_namespaces: column order changed for metric_id
  • Table azure_servicebus_namespaces: column order changed for private_endpoint_connections
  • Table azure_servicebus_namespaces: column order changed for service_bus_endpoint
  • Table azure_servicebus_namespaces: column order changed for sku
  • Table azure_servicebus_namespaces: column order changed for system_data
  • Table azure_servicebus_namespaces: column order changed for zone_redundant
  • ⚠️ BREAKING CHANGE: Table azure_servicebus_topics: column removed servicebus_namespace_id from table
  • Table azure_servicebus_topics: column added with name location and type String
  • Table azure_servicebus_topics: column added with name namespace_id and type String
  • Table azure_servicebus_topics: column order changed for accessed_at
  • Table azure_servicebus_topics: column order changed for auto_delete_on_idle
  • Table azure_servicebus_topics: column order changed for count_details
  • Table azure_servicebus_topics: column order changed for created_at
  • Table azure_servicebus_topics: column order changed for enable_express
  • Table azure_servicebus_topics: column order changed for enable_partitioning
  • Table azure_servicebus_topics: column order changed for max_message_size_in_kilobytes
  • Table azure_servicebus_topics: column order changed for max_size_in_megabytes
  • Table azure_servicebus_topics: column order changed for requires_duplicate_detection
  • Table azure_servicebus_topics: column order changed for size_in_bytes
  • Table azure_servicebus_topics: column order changed for subscription_count
  • Table azure_servicebus_topics: column order changed for system_data
  • Table azure_servicebus_topics: column order changed for type
  • Table azure_servicebus_topics: column order changed for updated_at
  • ⚠️ BREAKING CHANGE: Table azure_sql_backup_long_term_retention_policies: column removed sql_database_id from table
  • Table azure_sql_backup_long_term_retention_policies: column added with name database_id and type String
  • Table azure_sql_backup_long_term_retention_policies: column order changed for type
  • Table azure_sql_backup_long_term_retention_policies: column order changed for weekly_retention
  • Table azure_sql_backup_long_term_retention_policies: column order changed for yearly_retention
  • ⚠️ BREAKING CHANGE: Table azure_sql_database_blob_auditing_policies: column removed sql_database_id from table
  • ⚠️ BREAKING CHANGE: Table azure_sql_database_blob_auditing_policies: column type changed from UUID to String for storage_account_subscription_id
  • Table azure_sql_database_blob_auditing_policies: column added with name database_id and type String
  • Table azure_sql_database_blob_auditing_policies: column added with name is_managed_identity_in_use and type Bool
  • Table azure_sql_database_blob_auditing_policies: column order changed for is_storage_secondary_key_in_use
  • Table azure_sql_database_blob_auditing_policies: column order changed for kind
  • Table azure_sql_database_blob_auditing_policies: column order changed for retention_days
  • Table azure_sql_database_blob_auditing_policies: column order changed for storage_account_access_key
  • Table azure_sql_database_blob_auditing_policies: column order changed for storage_endpoint
  • Table azure_sql_database_blob_auditing_policies: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_sql_database_threat_detection_policies: column removed kind from table
  • ⚠️ BREAKING CHANGE: Table azure_sql_database_threat_detection_policies: column removed location from table
  • ⚠️ BREAKING CHANGE: Table azure_sql_database_threat_detection_policies: column removed sql_database_id from table
  • ⚠️ BREAKING CHANGE: Table azure_sql_database_threat_detection_policies: column removed use_server_default from table
  • ⚠️ BREAKING CHANGE: Table azure_sql_database_threat_detection_policies: column type changed from String to Bool for email_account_admins
  • ⚠️ BREAKING CHANGE: Table azure_sql_database_threat_detection_policies: column type changed from String to StringArray for disabled_alerts
  • ⚠️ BREAKING CHANGE: Table azure_sql_database_threat_detection_policies: column type changed from String to StringArray for email_addresses
  • Table azure_sql_database_threat_detection_policies: column added with name creation_time and type Timestamp
  • Table azure_sql_database_threat_detection_policies: column added with name database_id and type String
  • Table azure_sql_database_threat_detection_policies: column added with name system_data and type JSON
  • Table azure_sql_database_threat_detection_policies: column order changed for storage_account_access_key
  • Table azure_sql_database_threat_detection_policies: column order changed for storage_endpoint
  • Table azure_sql_database_threat_detection_policies: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_sql_database_vulnerability_assessment_scans: column removed sql_database_id from table
  • Table azure_sql_database_vulnerability_assessment_scans: column added with name database_id and type String
  • Table azure_sql_database_vulnerability_assessment_scans: column order changed for scan_id
  • Table azure_sql_database_vulnerability_assessment_scans: column order changed for start_time
  • Table azure_sql_database_vulnerability_assessment_scans: column order changed for state
  • Table azure_sql_database_vulnerability_assessment_scans: column order changed for storage_container_path
  • Table azure_sql_database_vulnerability_assessment_scans: column order changed for trigger_type
  • Table azure_sql_database_vulnerability_assessment_scans: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_sql_database_vulnerability_assessments: column removed sql_database_id from table
  • Table azure_sql_database_vulnerability_assessments: column added with name database_id and type String
  • Table azure_sql_database_vulnerability_assessments: column order changed for recurring_scans
  • Table azure_sql_database_vulnerability_assessments: column order changed for storage_account_access_key
  • Table azure_sql_database_vulnerability_assessments: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_sql_databases: column removed sql_server_id from table
  • ⚠️ BREAKING CHANGE: Table azure_sql_databases: column removed storage_account_type from table
  • ⚠️ BREAKING CHANGE: Table azure_sql_databases: column type changed from UUID to String for database_id
  • Table azure_sql_databases: column added with name current_backup_storage_redundancy and type String
  • Table azure_sql_databases: column added with name federated_client_id and type String
  • Table azure_sql_databases: column added with name identity and type JSON
  • Table azure_sql_databases: column added with name is_infra_encryption_enabled and type Bool
  • Table azure_sql_databases: column added with name is_ledger_on and type Bool
  • Table azure_sql_databases: column added with name requested_backup_storage_redundancy and type String
  • Table azure_sql_databases: column added with name server_id and type String
  • Table azure_sql_databases: column added with name source_resource_id and type String
  • Table azure_sql_databases: column order changed for auto_pause_delay
  • Table azure_sql_databases: column order changed for catalog_collation
  • Table azure_sql_databases: column order changed for create_mode
  • Table azure_sql_databases: column order changed for current_sku
  • Table azure_sql_databases: column order changed for earliest_restore_date
  • Table azure_sql_databases: column order changed for elastic_pool_id
  • Table azure_sql_databases: column order changed for high_availability_replica_count
  • Table azure_sql_databases: column order changed for kind
  • Table azure_sql_databases: column order changed for license_type
  • Table azure_sql_databases: column order changed for location
  • Table azure_sql_databases: column order changed for long_term_retention_backup_resource_id
  • Table azure_sql_databases: column order changed for maintenance_configuration_id
  • Table azure_sql_databases: column order changed for managed_by
  • Table azure_sql_databases: column order changed for min_capacity
  • Table azure_sql_databases: column order changed for read_scale
  • Table azure_sql_databases: column order changed for recoverable_database_id
  • Table azure_sql_databases: column order changed for recovery_services_recovery_point_id
  • Table azure_sql_databases: column order changed for requested_service_objective_name
  • Table azure_sql_databases: column order changed for restorable_dropped_database_id
  • Table azure_sql_databases: column order changed for restore_point_in_time
  • Table azure_sql_databases: column order changed for secondary_type
  • Table azure_sql_databases: column order changed for sku
  • Table azure_sql_databases: column order changed for source_database_deletion_date
  • Table azure_sql_databases: column order changed for status
  • Table azure_sql_databases: column order changed for type
  • Table azure_sql_databases: column order changed for zone_redundant
  • ⚠️ BREAKING CHANGE: Table azure_sql_encryption_protectors: column removed sql_server_id from table
  • Table azure_sql_encryption_protectors: column added with name auto_rotation_enabled and type Bool
  • Table azure_sql_encryption_protectors: column added with name server_id and type String
  • Table azure_sql_encryption_protectors: column order changed for kind
  • Table azure_sql_encryption_protectors: column order changed for location
  • Table azure_sql_encryption_protectors: column order changed for server_key_name
  • Table azure_sql_encryption_protectors: column order changed for subregion
  • Table azure_sql_encryption_protectors: column order changed for type
  • Table azure_sql_encryption_protectors: column order changed for uri
  • ⚠️ BREAKING CHANGE: Table azure_sql_firewall_rules: column removed kind from table
  • ⚠️ BREAKING CHANGE: Table azure_sql_firewall_rules: column removed location from table
  • ⚠️ BREAKING CHANGE: Table azure_sql_firewall_rules: column removed sql_server_id from table
  • Table azure_sql_firewall_rules: column added with name server_id and type String
  • Table azure_sql_firewall_rules: column order changed for name
  • Table azure_sql_firewall_rules: column order changed for start_ip_address
  • Table azure_sql_firewall_rules: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_sql_managed_database_vulnerability_assessment_scans: column removed sql_managed_database_id from table
  • Table azure_sql_managed_database_vulnerability_assessment_scans: column added with name managed_database_id and type String
  • Table azure_sql_managed_database_vulnerability_assessment_scans: column order changed for scan_id
  • Table azure_sql_managed_database_vulnerability_assessment_scans: column order changed for start_time
  • Table azure_sql_managed_database_vulnerability_assessment_scans: column order changed for state
  • Table azure_sql_managed_database_vulnerability_assessment_scans: column order changed for storage_container_path
  • Table azure_sql_managed_database_vulnerability_assessment_scans: column order changed for trigger_type
  • Table azure_sql_managed_database_vulnerability_assessment_scans: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_sql_managed_database_vulnerability_assessments: column removed sql_managed_database_id from table
  • Table azure_sql_managed_database_vulnerability_assessments: column added with name managed_database_id and type String
  • Table azure_sql_managed_database_vulnerability_assessments: column order changed for recurring_scans
  • Table azure_sql_managed_database_vulnerability_assessments: column order changed for storage_account_access_key
  • Table azure_sql_managed_database_vulnerability_assessments: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_sql_managed_databases: column removed sql_managed_instance_id from table
  • Table azure_sql_managed_databases: column added with name managed_instance_id and type String
  • Table azure_sql_managed_databases: column order changed for auto_complete_restore
  • Table azure_sql_managed_databases: column order changed for collation
  • Table azure_sql_managed_databases: column order changed for creation_date
  • Table azure_sql_managed_databases: column order changed for default_secondary_location
  • Table azure_sql_managed_databases: column order changed for earliest_restore_point
  • Table azure_sql_managed_databases: column order changed for last_backup_name
  • Table azure_sql_managed_databases: column order changed for location
  • Table azure_sql_managed_databases: column order changed for long_term_retention_backup_resource_id
  • Table azure_sql_managed_databases: column order changed for recoverable_database_id
  • Table azure_sql_managed_databases: column order changed for restore_point_in_time
  • Table azure_sql_managed_databases: column order changed for source_database_id
  • Table azure_sql_managed_databases: column order changed for status
  • Table azure_sql_managed_databases: column order changed for storage_container_uri
  • Table azure_sql_managed_databases: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_sql_managed_instance_encryption_protectors: column removed sql_managed_instance_id from table
  • Table azure_sql_managed_instance_encryption_protectors: column added with name auto_rotation_enabled and type Bool
  • Table azure_sql_managed_instance_encryption_protectors: column added with name managed_instance_id and type String
  • Table azure_sql_managed_instance_encryption_protectors: column order changed for kind
  • Table azure_sql_managed_instance_encryption_protectors: column order changed for server_key_name
  • Table azure_sql_managed_instance_encryption_protectors: column order changed for type
  • Table azure_sql_managed_instance_encryption_protectors: column order changed for uri
  • ⚠️ BREAKING CHANGE: Table azure_sql_managed_instance_vulnerability_assessments: column removed sql_managed_instance_id from table
  • Table azure_sql_managed_instance_vulnerability_assessments: column added with name managed_instance_id and type String
  • Table azure_sql_managed_instance_vulnerability_assessments: column order changed for storage_account_access_key
  • Table azure_sql_managed_instance_vulnerability_assessments: column order changed for storage_container_sas_key
  • Table azure_sql_managed_instance_vulnerability_assessments: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_sql_managed_instances: column removed storage_account_type from table
  • Table azure_sql_managed_instances: column added with name administrators and type JSON
  • Table azure_sql_managed_instances: column added with name current_backup_storage_redundancy and type String
  • Table azure_sql_managed_instances: column added with name key_id and type String
  • Table azure_sql_managed_instances: column added with name primary_user_assigned_identity_id and type String
  • Table azure_sql_managed_instances: column added with name requested_backup_storage_redundancy and type String
  • Table azure_sql_managed_instances: column added with name service_principal and type JSON
  • Table azure_sql_managed_instances: column order changed for dns_zone
  • Table azure_sql_managed_instances: column order changed for fully_qualified_domain_name
  • Table azure_sql_managed_instances: column order changed for license_type
  • Table azure_sql_managed_instances: column order changed for location
  • Table azure_sql_managed_instances: column order changed for managed_instance_create_mode
  • Table azure_sql_managed_instances: column order changed for private_endpoint_connections
  • Table azure_sql_managed_instances: column order changed for provisioning_state
  • Table azure_sql_managed_instances: column order changed for proxy_override
  • Table azure_sql_managed_instances: column order changed for public_data_endpoint_enabled
  • Table azure_sql_managed_instances: column order changed for restore_point_in_time
  • Table azure_sql_managed_instances: column order changed for sku
  • Table azure_sql_managed_instances: column order changed for source_managed_instance_id
  • Table azure_sql_managed_instances: column order changed for state
  • Table azure_sql_managed_instances: column order changed for storage_size_in_gb
  • Table azure_sql_managed_instances: column order changed for subnet_id
  • Table azure_sql_managed_instances: column order changed for timezone_id
  • Table azure_sql_managed_instances: column order changed for v_cores
  • ⚠️ BREAKING CHANGE: Table azure_sql_server_admins was renamed to azure_sql_server_administrators
  • ⚠️ BREAKING CHANGE: Table azure_sql_server_administrators: column removed sql_server_id from table
  • ⚠️ BREAKING CHANGE: Table azure_sql_server_administrators: column type changed from UUID to String for sid
  • ⚠️ BREAKING CHANGE: Table azure_sql_server_administrators: column type changed from UUID to String for tenant_id
  • Table azure_sql_server_administrators: column added with name server_id and type String
  • Table azure_sql_server_administrators: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_sql_server_blob_auditing_policies: column removed sql_server_id from table
  • ⚠️ BREAKING CHANGE: Table azure_sql_server_blob_auditing_policies: column type changed from UUID to String for storage_account_subscription_id
  • Table azure_sql_server_blob_auditing_policies: column added with name is_devops_audit_enabled and type Bool
  • Table azure_sql_server_blob_auditing_policies: column added with name is_managed_identity_in_use and type Bool
  • Table azure_sql_server_blob_auditing_policies: column added with name server_id and type String
  • Table azure_sql_server_blob_auditing_policies: column order changed for is_storage_secondary_key_in_use
  • Table azure_sql_server_blob_auditing_policies: column order changed for retention_days
  • Table azure_sql_server_blob_auditing_policies: column order changed for storage_account_access_key
  • Table azure_sql_server_blob_auditing_policies: column order changed for storage_endpoint
  • Table azure_sql_server_blob_auditing_policies: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_sql_server_dev_ops_auditing_settings: column removed sql_server_id from table
  • ⚠️ BREAKING CHANGE: Table azure_sql_server_dev_ops_auditing_settings: column type changed from UUID to String for storage_account_subscription_id
  • Table azure_sql_server_dev_ops_auditing_settings: column added with name server_id and type String
  • Table azure_sql_server_dev_ops_auditing_settings: column order changed for is_azure_monitor_target_enabled
  • Table azure_sql_server_dev_ops_auditing_settings: column order changed for storage_endpoint
  • Table azure_sql_server_dev_ops_auditing_settings: column order changed for system_data
  • Table azure_sql_server_dev_ops_auditing_settings: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_sql_server_security_alert_policies: column removed sql_server_id from table
  • Table azure_sql_server_security_alert_policies: column added with name server_id and type String
  • Table azure_sql_server_security_alert_policies: column added with name system_data and type JSON
  • Table azure_sql_server_security_alert_policies: column order changed for email_addresses
  • Table azure_sql_server_security_alert_policies: column order changed for storage_account_access_key
  • Table azure_sql_server_security_alert_policies: column order changed for storage_endpoint
  • Table azure_sql_server_security_alert_policies: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_sql_server_vulnerability_assessments: column removed sql_server_id from table
  • Table azure_sql_server_vulnerability_assessments: column added with name server_id and type String
  • Table azure_sql_server_vulnerability_assessments: column order changed for storage_account_access_key
  • Table azure_sql_server_vulnerability_assessments: column order changed for storage_container_sas_key
  • Table azure_sql_server_vulnerability_assessments: column order changed for type
  • Table azure_sql_servers: column added with name administrators and type JSON
  • Table azure_sql_servers: column added with name federated_client_id and type String
  • Table azure_sql_servers: column added with name key_id and type String
  • Table azure_sql_servers: column added with name primary_user_assigned_identity_id and type String
  • Table azure_sql_servers: column added with name restrict_outbound_network_access and type String
  • Table azure_sql_servers: column added with name workspace_feature and type String
  • Table azure_sql_servers: column order changed for kind
  • Table azure_sql_servers: column order changed for location
  • Table azure_sql_servers: column order changed for minimal_tls_version
  • Table azure_sql_servers: column order changed for public_network_access
  • Table azure_sql_servers: column order changed for state
  • ⚠️ BREAKING CHANGE: Table azure_sql_transparent_data_encryptions: column removed location from table
  • ⚠️ BREAKING CHANGE: Table azure_sql_transparent_data_encryptions: column removed sql_database_id from table
  • ⚠️ BREAKING CHANGE: Table azure_sql_transparent_data_encryptions: column removed status from table
  • Table azure_sql_transparent_data_encryptions: column added with name database_id and type String
  • Table azure_sql_transparent_data_encryptions: column added with name state and type String
  • Table azure_sql_transparent_data_encryptions: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_sql_virtual_network_rules: column removed sql_server_id from table
  • Table azure_sql_virtual_network_rules: column added with name server_id and type String
  • Table azure_sql_virtual_network_rules: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_storage_accounts: column removed blob_logging_settings from table
  • ⚠️ BREAKING CHANGE: Table azure_storage_accounts: column removed queue_logging_settings from table
  • Table azure_storage_accounts: column added with name allow_cross_tenant_replication and type Bool
  • Table azure_storage_accounts: column added with name allowed_copy_scope and type String
  • Table azure_storage_accounts: column added with name default_to_o_auth_authentication and type Bool
  • Table azure_storage_accounts: column added with name dns_endpoint_type and type String
  • Table azure_storage_accounts: column added with name immutable_storage_with_versioning and type JSON
  • Table azure_storage_accounts: column added with name is_local_user_enabled and type Bool
  • Table azure_storage_accounts: column added with name is_sftp_enabled and type Bool
  • Table azure_storage_accounts: column added with name key_creation_time and type JSON
  • Table azure_storage_accounts: column added with name key_policy and type JSON
  • Table azure_storage_accounts: column added with name public_network_access and type String
  • Table azure_storage_accounts: column added with name sas_policy and type JSON
  • Table azure_storage_accounts: column added with name storage_account_sku_conversion_status and type JSON
  • Table azure_storage_accounts: column order changed for access_tier
  • Table azure_storage_accounts: column order changed for allow_blob_public_access
  • Table azure_storage_accounts: column order changed for allow_shared_key_access
  • Table azure_storage_accounts: column order changed for creation_time
  • Table azure_storage_accounts: column order changed for custom_domain
  • Table azure_storage_accounts: column order changed for encryption
  • Table azure_storage_accounts: column order changed for failover_in_progress
  • Table azure_storage_accounts: column order changed for geo_replication_stats
  • Table azure_storage_accounts: column order changed for identity
  • Table azure_storage_accounts: column order changed for is_nfs_v3_enabled
  • Table azure_storage_accounts: column order changed for kind
  • Table azure_storage_accounts: column order changed for last_geo_failover_time
  • Table azure_storage_accounts: column order changed for location
  • Table azure_storage_accounts: column order changed for minimum_tls_version
  • Table azure_storage_accounts: column order changed for network_acls
  • Table azure_storage_accounts: column order changed for primary_endpoints
  • Table azure_storage_accounts: column order changed for primary_location
  • Table azure_storage_accounts: column order changed for private_endpoint_connections
  • Table azure_storage_accounts: column order changed for provisioning_state
  • Table azure_storage_accounts: column order changed for secondary_endpoints
  • Table azure_storage_accounts: column order changed for secondary_location
  • Table azure_storage_accounts: column order changed for sku
  • Table azure_storage_accounts: column order changed for status_of_primary
  • Table azure_storage_accounts: column order changed for status_of_secondary
  • Table azure_storage_accounts: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_storage_blob_services: column removed storage_account_id from table
  • Table azure_storage_blob_services: column added with name account_id and type String
  • Table azure_storage_blob_services: column order changed for automatic_snapshot_policy_enabled
  • Table azure_storage_blob_services: column order changed for change_feed
  • Table azure_storage_blob_services: column order changed for container_delete_retention_policy
  • Table azure_storage_blob_services: column order changed for restore_policy
  • Table azure_storage_blob_services: column order changed for sku
  • Table azure_storage_blob_services: column order changed for type
  • ⚠️ BREAKING CHANGE: Table azure_storage_containers: column removed storage_account_id from table
  • Table azure_storage_containers: column added with name account_id and type String
  • Table azure_storage_containers: column added with name enable_nfs_v3_all_squash and type Bool
  • Table azure_storage_containers: column added with name enable_nfs_v3_root_squash and type Bool
  • Table azure_storage_containers: column added with name immutable_storage_with_versioning and type JSON
  • Table azure_storage_containers: column order changed for deleted_time
  • Table azure_storage_containers: column order changed for deleted
  • Table azure_storage_containers: column order changed for has_immutability_policy
  • Table azure_storage_containers: column order changed for has_legal_hold
  • Table azure_storage_containers: column order changed for immutability_policy
  • Table azure_storage_containers: column order changed for lease_state
  • Table azure_storage_containers: column order changed for lease_status
  • Table azure_storage_containers: column order changed for metadata
  • Table azure_storage_containers: column order changed for remaining_retention_days
  • Table azure_storage_containers: column order changed for type
  • Table azure_storage_containers: column order changed for version
  • Table azure_streamanalytics_streaming_jobs: column order changed for cluster
  • Table azure_streamanalytics_streaming_jobs: column order changed for compatibility_level
  • Table azure_streamanalytics_streaming_jobs: column order changed for content_storage_policy
  • Table azure_streamanalytics_streaming_jobs: column order changed for created_date
  • Table azure_streamanalytics_streaming_jobs: column order changed for data_locale
  • Table azure_streamanalytics_streaming_jobs: column order changed for events_late_arrival_max_delay_in_seconds
  • Table azure_streamanalytics_streaming_jobs: column order changed for events_out_of_order_max_delay_in_seconds
  • Table azure_streamanalytics_streaming_jobs: column order changed for events_out_of_order_policy
  • Table azure_streamanalytics_streaming_jobs: column order changed for functions
  • Table azure_streamanalytics_streaming_jobs: column order changed for identity
  • Table azure_streamanalytics_streaming_jobs: column order changed for inputs
  • Table azure_streamanalytics_streaming_jobs: column order changed for job_id
  • Table azure_streamanalytics_streaming_jobs: column order changed for job_state
  • Table azure_streamanalytics_streaming_jobs: column order changed for job_storage_account
  • Table azure_streamanalytics_streaming_jobs: column order changed for last_output_event_time
  • Table azure_streamanalytics_streaming_jobs: column order changed for location
  • Table azure_streamanalytics_streaming_jobs: column order changed for output_error_policy
  • Table azure_streamanalytics_streaming_jobs: column order changed for provisioning_state
  • Table azure_streamanalytics_streaming_jobs: column order changed for sku
  • Table azure_streamanalytics_streaming_jobs: column order changed for transformation
  • Table azure_subscription_locations was added
  • ⚠️ BREAKING CHANGE: Table azure_resources_links was renamed to azure_subscription_tenants
  • ⚠️ BREAKING CHANGE: Table azure_subscription_tenants: column removed name from table
  • ⚠️ BREAKING CHANGE: Table azure_subscription_tenants: column removed properties_notes from table
  • ⚠️ BREAKING CHANGE: Table azure_subscription_tenants: column removed properties_source_id from table
  • ⚠️ BREAKING CHANGE: Table azure_subscription_tenants: column removed properties_target_id from table
  • Table azure_subscription_tenants: column added with name tenant_id and type String
  • ⚠️ BREAKING CHANGE: Table azure_subscriptions: column removed managed_by_tenants from table
  • ⚠️ BREAKING CHANGE: Table azure_subscriptions: column removed tags from table
  • ⚠️ BREAKING CHANGE: Table azure_subscriptions: column removed tenant_id from table
  • Table azure_subscriptions: column added with name subscription_id and type String
  • ⚠️ BREAKING CHANGE: Table azure_web_publishing_profiles was removed

@candiduslynx candiduslynx force-pushed the feat/azure/sdk-v2 branch 4 times, most recently from 234c6b6 to 288f6be Compare December 6, 2022 18:36
@vercel
Copy link
Copy Markdown

vercel bot commented Dec 6, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
cloudquery-web ⬜️ Ignored (Inspect) Dec 6, 2022 at 6:46PM (UTC)

@candiduslynx candiduslynx force-pushed the feat/azure/sdk-v2 branch 2 times, most recently from 2cc1c0b to 5018522 Compare December 7, 2022 14:10
@yevgenypats
Copy link
Copy Markdown
Contributor

yevgenypats commented Dec 8, 2022

We can close this in favour of #5350

@yevgenypats yevgenypats closed this Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Azure source plugin migration to new Azure SDK

5 participants