Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #630 from JupiterOne/Azure-Enhancement-Dev
Browse files Browse the repository at this point in the history
Azure enhancement dev
  • Loading branch information
suraj-metron authored Apr 11, 2024
2 parents d7cb99c + 9063cf9 commit 1241eff
Show file tree
Hide file tree
Showing 95 changed files with 203,841 additions and 2,455 deletions.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CLIENT_ID=
CLIENT_SECRET=
DIRECTORY_ID=
SUBSCRIPTION_ID=
INGEST_ACTIVE_DIRECTORY=
INGEST_RESOURCE_MANAGER=
CONFIGURE_SUBSCRIPTION_INSTANCES=
71 changes: 71 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,74 @@
# v6.1.4 (Mon Apr 08 2024)

### Added

- Support for ingesting the following **new** resources

- New entities
- `azure_event_hub`
- `azure_event_hub_cluster`
- `azure_event_hub_key`
- `azure_event_hub_namespace`
- `azure_event_hub_consumer_group`
- `azure_synapse`
- `azure_synapse_masking_policy`
- `azure_synapse_masking_rule`
- `azure_synapse_sql_pool`
- `azure_synapse_workspace`
- `azure_synapse_key`
- `azure_ddos_protection_plan`
- `azure_application_security_group`
- `azure_kube_maintenance_configuration`
- `azure_kubernetes_cluster`
- `azure_kube_service`
- `azure_kube_trusted_access_role`
- `azure_expressroute_circuit`
- `azure_peer_expressroute_circut_connection`
- `azure_expressroute_circut_connection`
- `azure_expressroute`
- `azure_bgp_service_communities`
- `azure_application_gateway`


- New relationships
- `azure_event_hub` **HAS** `azure_location`
- `azure_event_hub_cluster` **ASSIGNED** `azure_event_hub_namespace`
- `azure_event_hub_consumer_group` **HAS** `azure_event_hub`
- `azure_event_hub_key` **USES** `azure_keyvault_service`
- `azure_event_hub_namespace` **HAS** `azure_event_hub`
- `azure_event_hub_namespace` **HAS** `azure_event_hub_key`
- `azure_resource_group` **HAS** `azure_event_hub`
- `azure_subscription` **HAS** `azure_event_hub`
- `azure_synapse` **HAS** `azure_synapse_key`
- `azure_synapse` **HAS** `azure_synapse_sql_pool`
- `azure_synapse` **HAS** `azure_synapse_workspace`
- `azure_synapse_sql_pool` **ASSIGNED** `azure_synapse_masking_policy`
- `azure_synapse_sql_pool` **HAS** `azure_synapse_masking_rule`
- `azure_synapse_workspace` **HAS** `azure_synapse_key`
- `azure_synapse_workspace` **HAS** `azure_synapse_sql_pool`
- `azure_subscription` **HAS** `azure_synapse`
- `azure_keyvault_service` **HAS** `azure_synapse_key`
- `azure_resource_group` **HAS** `azure_kubernetes_cluster`
- `azure_kube_service` **CONTAINS** `azure_kube_trusted_access_role`
- `azure_kube_trusted_access_role` **HAS** `kube_cluster_role`
- `azure_kubernetes_cluster` **HAS** `azure_kube_maintenance_configuration`
- `azure_subscription` **HAS** `azure_kube_service`
- `azure_resource_group` **HAS** `azure_ddos_protection_plan`
- `azure_subscription` **HAS** `azure_ddos_protection_plan`
- `azure_ddos_protection_plan` **ASSIGNED** `azure_public_ip`
- `azure_ddos_protection_plan` **ASSIGNED** `azure_vnet`
- `azure_bgp_service_communities` **HAS** `azure_expressroute`
- `azure_expressroute` **HAS** `azure_application_gateway`
- `azure_expressroute` **HAS** `azure_expressroute`
- `azure_expressroute` **HAS** `azure_expressroute_circuit_connection`
- `azure_expressroute` **HAS** `azure_peer_expressroute_circut_connection`
- `azure_expressroute_circuit` **HAS** `azure_expressroute_circuit_connection`
- `azure_expressroute_circuit` **HAS** `azure_peer_expressroute_circut_connection`
- `azure_subscription` **HAS** `azure_expressroute`
- `azure_subscription` **HAS** `azure_bgp_service_communities`

---

# v6.1.3 (Thu Feb 15 2024)

#### 🐛 Bug Fix
Expand Down
568 changes: 363 additions & 205 deletions docs/jupiterone.md

Large diffs are not rendered by default.

Loading

0 comments on commit 1241eff

Please sign in to comment.